Update pikainstall/usr/lib/pika/pikainstall/pika-install-chroot.sh
This commit is contained in:
parent
b565d2f05d
commit
f2727f095a
@ -42,14 +42,7 @@ echo 'BOOTLOADER' | nc -U $SOCKET_PATH || true
|
|||||||
chmod +x /var/albius-refind_linux.sh
|
chmod +x /var/albius-refind_linux.sh
|
||||||
/var/albius-refind_linux.sh
|
/var/albius-refind_linux.sh
|
||||||
apt install -y /var/cache/apt/archives/pika-refind-theme*.deb /var/cache/apt/archives/booster*.deb
|
apt install -y /var/cache/apt/archives/pika-refind-theme*.deb /var/cache/apt/archives/booster*.deb
|
||||||
# Add Refind Boot Entry
|
refind-mkdefault
|
||||||
REFIND_EFI_PART_DEVICE="$(df -P -h -T "/boot/efi" | awk 'END{print $1}')"
|
|
||||||
REFIND_EFI_PART_BLOCK=/dev/"$(lsblk -ndo pkname $REFIND_EFI_PART_DEVICE)"
|
|
||||||
REFIND_EFI_PART_DEVICE_NUM="$(echo $REFIND_EFI_PART_DEVICE | sed "s#$REFIND_EFI_PART_BLOCK##" | tr -dc '0-9')"
|
|
||||||
mkdir -pv "/boot/efi/EFI/refind"
|
|
||||||
cp -vf "/boot/efi/EFI/BOOT/bootx64.efi" "/boot/efi/EFI/refind/refind_x64.efi"
|
|
||||||
efibootmgr -c -d "$REFIND_EFI_PART_BLOCK" -p "$REFIND_EFI_PART_DEVICE_NUM" -L "PikaOS Boot Manager" -l "\EFI\BOOT\bootx64.EFI"
|
|
||||||
efibootmgr -c -d "$REFIND_EFI_PART_BLOCK" -p "$REFIND_EFI_PART_DEVICE_NUM" -L "Refind Boot Manager" -l "\EFI\refind\refind_x64.efi"
|
|
||||||
# Change refind configuration
|
# Change refind configuration
|
||||||
sed -i '/^[^#]*showtools/s/^/#/' /boot/efi/EFI/BOOT/refind.conf
|
sed -i '/^[^#]*showtools/s/^/#/' /boot/efi/EFI/BOOT/refind.conf
|
||||||
# Remove installer from installed system
|
# Remove installer from installed system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user