From e61ac827618254a15e4a0e220091a9faee88fb9d Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 14 Jun 2023 11:20:50 +0200 Subject: [PATCH] Add grub to list of packages to install --- install-stage1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-stage1.sh b/install-stage1.sh index 276c0c6..bda2b1e 100644 --- a/install-stage1.sh +++ b/install-stage1.sh @@ -169,7 +169,7 @@ XBPS_ARCH="$TARGET_TYPE" xbps-install --yes --sync --rootdir /mnt/target --repos wifi-firmware traceroute grep gzip file sed gawk less coreutils findutils \ diffutils pciutils usbutils tzdata base-files ncurses mdocml procps-ng \ kbd xbps sudo ethtool kmod eudev runit-void removed-packages nano acpid \ - squashfs-tools + squashfs-tools grub grub-i386-efi grub-x86_64-efi echo "repository=$TARGET_MIRROR" > /mnt/target/etc/xbps.d/00-repository-main.conf