Fix jq and install refind as bootx64
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 38s
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 38s
This commit is contained in:
parent
df2e9a4398
commit
3ae7990aa4
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
|||||||
1
|
2
|
2
main.sh
2
main.sh
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="2.0.4"
|
VERSION="2.0.5"
|
||||||
|
|
||||||
source ./pika-build-config.sh
|
source ./pika-build-config.sh
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
pikainstall (2.0.5-101pika1) pika; urgency=medium
|
||||||
|
|
||||||
|
* Fix refind and jq
|
||||||
|
|
||||||
|
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 07 Oct 2022 23:26:00 +0300
|
||||||
|
|
||||||
pikainstall (2.0.4-101pika10) pika; urgency=medium
|
pikainstall (2.0.4-101pika10) pika; urgency=medium
|
||||||
|
|
||||||
* Fix btrfs snapshots
|
* Fix btrfs snapshots
|
||||||
|
@ -8,5 +8,5 @@ Rules-Requires-Root: no
|
|||||||
|
|
||||||
Package: pikainstall
|
Package: pikainstall
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends: ${misc:Depends}, squashfs-tools, arch-install-scripts, cryptsetup, whois
|
Depends: ${misc:Depends}, squashfs-tools, arch-install-scripts, cryptsetup, whois, jq
|
||||||
Description: Command line installer for PikaOS
|
Description: Command line installer for PikaOS
|
||||||
|
@ -41,11 +41,7 @@ chmod +x /var/albius-lang_linux.sh
|
|||||||
echo 'BOOTLOADER' | nc -U $SOCKET_PATH || true
|
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
|
||||||
refind-install
|
|
||||||
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
|
||||||
# EFI workaround for MSI
|
|
||||||
mkdir -p /boot/efi/EFI/BOOT
|
|
||||||
cp -vf /boot/efi/EFI/refind/refind_x64.efi /boot/efi/EFI/BOOT/BOOTX64.EFI
|
|
||||||
# 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
|
||||||
|
@ -41,7 +41,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# This fixes first boot being to backup refind
|
# This fixes first boot being to backup refind
|
||||||
refind-install || true
|
refind-install --usedefault "$(/usr/lib/pika/pikainstall/partition-helper.sh part "$1"/boot/efi)"
|
||||||
|
|
||||||
echo 'UNBIND' | nc -U $SOCKET_PATH || true
|
echo 'UNBIND' | nc -U $SOCKET_PATH || true
|
||||||
# Unmount host partitions from chroot
|
# Unmount host partitions from chroot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user