mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-02 01:41:54 +00:00
Merge pull request #81 from Itxaka/missing_dir
This commit is contained in:
commit
19927d0ca9
@ -38,7 +38,7 @@ mkdir -p $WORKDIR/tmpefi
|
|||||||
|
|
||||||
# Create the EFI partition FAT16 and include the EFI image and a basic grub.cfg
|
# Create the EFI partition FAT16 and include the EFI image and a basic grub.cfg
|
||||||
truncate -s $((20*1024*1024)) bootloader/efi.img
|
truncate -s $((20*1024*1024)) bootloader/efi.img
|
||||||
cp -rfv /efi/* $WORKDIR/tmpefi
|
cp -rfv /arm/raw/grub/* $WORKDIR/tmpefi
|
||||||
mkfs.fat -F16 -n COS_GRUB bootloader/efi.img
|
mkfs.fat -F16 -n COS_GRUB bootloader/efi.img
|
||||||
mcopy -s -i bootloader/efi.img $WORKDIR/tmpefi/EFI ::EFI
|
mcopy -s -i bootloader/efi.img $WORKDIR/tmpefi/EFI ::EFI
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user