mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
use mkfs.fat instead of mformat for creating the EFI eltorito FAT boot image
mformat created images seems to have some compatibility issues, so Arch upstream changed to mkfs.fat. Implements #301
This commit is contained in:
parent
314baf45c1
commit
17e8b84fd8
2
build.sh
2
build.sh
|
|
@ -367,7 +367,7 @@ make_efiboot() {
|
|||
|
||||
mkdir -p ${work_dir}/iso/EFI/archiso
|
||||
rm -f "${work_dir}/iso/EFI/archiso/efiboot.img"
|
||||
mformat -C -f 1440 -L 16 -i "${work_dir}/iso/EFI/archiso/efiboot.img" ::
|
||||
mkfs.fat -C "${work_dir}/iso/EFI/archiso/efiboot.img" 1440
|
||||
mcopy -s -i "${work_dir}/iso/EFI/archiso/efiboot.img" "${work_dir}/efitemp/efi" ::/
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue