make sure efi workaround doesn't overwrite normal refind
This commit is contained in:
parent
122e3545e5
commit
2fe097a0ff
@ -45,6 +45,7 @@ apt install -y /var/cache/apt/archives/pika-refind-theme*.deb /var/cache/apt/arc
|
|||||||
# EFI workaround for MSI
|
# EFI workaround for MSI
|
||||||
mkdir -p /boot/efi/EFI/BOOT
|
mkdir -p /boot/efi/EFI/BOOT
|
||||||
cp -vf /boot/efi/EFI/refind/refind_x64.efi /boot/efi/EFI/BOOT/BOOTX64.EFI
|
cp -vf /boot/efi/EFI/refind/refind_x64.efi /boot/efi/EFI/BOOT/BOOTX64.EFI
|
||||||
|
refind-install
|
||||||
# Remove installer from installed system
|
# Remove installer from installed system
|
||||||
echo 'LIVE_REMOVE' | nc -U $SOCKET_PATH || true
|
echo 'LIVE_REMOVE' | nc -U $SOCKET_PATH || true
|
||||||
apt remove live-boot pika-installer-gtk4 -y || true
|
apt remove live-boot pika-installer-gtk4 -y || true
|
||||||
|
Loading…
Reference in New Issue
Block a user