mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-16 08:15:52 +00:00
cp dir content not dir
Signed-off-by: Ognian <Ognian@users.noreply.github.com>
This commit is contained in:
parent
78ff22e647
commit
8a9b3e9f71
@ -320,7 +320,7 @@ fi
|
||||
cp -rfv /arm/grub/efi/* $EFI
|
||||
if [ -n "$EFI" ] && [ -n "$efi_dir" ]; then
|
||||
echo "Copy $efi_dir to EFI directory"
|
||||
cp -rfv $efi_dir $EFI
|
||||
cp -rfv $efi_dir/* $EFI
|
||||
fi
|
||||
|
||||
echo ">> Writing image and partition table"
|
||||
|
Loading…
Reference in New Issue
Block a user