clonedisk.sh: fix installation of 1.efi
This commit is contained in:
parent
767f08b9d9
commit
c6edfc3148
|
@ -158,7 +158,7 @@ fi
|
||||||
mkdir -p boot
|
mkdir -p boot
|
||||||
mount ${OUT}1 boot
|
mount ${OUT}1 boot
|
||||||
mkdir -p boot/EFI/FedoraBook
|
mkdir -p boot/EFI/FedoraBook
|
||||||
cp /efi/EFI/Boot/bootx64.efi boot/EFI/FedoraBook/1.efi
|
cp /efi/EFI/FedoraBook/bootx64.efi boot/EFI/FedoraBook/1.efi
|
||||||
[[ -e /efi/Lockdown.efi ]] && cp /efi/Lockdown.efi boot
|
[[ -e /efi/Lockdown.efi ]] && cp /efi/Lockdown.efi boot
|
||||||
[[ -e /efi/Shell.efi ]] && cp /efi/Lockdown.efi boot/EFI/Boot/bootx64.efi
|
[[ -e /efi/Shell.efi ]] && cp /efi/Lockdown.efi boot/EFI/Boot/bootx64.efi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue