Skip to content

Commit

Permalink
Added a name for the EFI partition
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Oct 6, 2021
1 parent 0592254 commit cb96a3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ Press OK
![Select: Enroll key from disk](docs/Enroll_key.png)
Select: Enroll key from disk

Search for `MultiOS-USB.cer` in EFI directory (`EFI/BOOT/cert/`) and confirm key enrolling.
You can also immediately add certificates (keys) of popular distributions.
Choose `MultiOS-EFI` as partition, then go to the `EFI/BOOT/cert` directory and select `MultiOS-USB.cer`.
Select `Continue` and confirm (`Yes`) key enrolling.
You can also immediately add certificates (keys) of popular distributions in the same way.
If you would like to add a certificate later, you can do it by selecting in the Main Menu:
`EFI Tools -->` and then `Add UEFI key or hash`.

Expand Down
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ wipefs -af "${usb_dev}1"
wipefs -af "${usb_dev}2"
wipefs -af "${usb_dev}3"

mkfs.fat -F 32 "${usb_dev}2"
mkfs.fat -F 32 -n "MultiOS-EFI" "${usb_dev}2"

case "$fs_type" in
ext2|ext3|ext4)
Expand Down

0 comments on commit cb96a3b

Please sign in to comment.