From 13c0de2f96c816a170bcf6d51c2211df4a595c4f Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 13 Jun 2023 14:54:36 +0200 Subject: [PATCH] install stage 1: /mnt/TARGET ffs --- install-stage1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-stage1.sh b/install-stage1.sh index ff0df08..427c1b8 100644 --- a/install-stage1.sh +++ b/install-stage1.sh @@ -141,7 +141,7 @@ fi mkdir -p /mnt/target/var/db/xbps/keys cp /var/db/xbps/keys/* /mnt/target/var/db/xbps/keys/ -XBPS_ARCH="$TARGET_TYPE" xbps-install -S -r /mnt -R "$TARGET_MIRROR" \ +XBPS_ARCH="$TARGET_TYPE" xbps-install -S -r /mnt/target -R "$TARGET_MIRROR" \ linux bash shadow f2fs-tools dosfstools dbus NetworkManager iana-etc \ iw wpa_supplicant util-linux which tar man-pages iproute2 iputils \ wifi-firmware traceroute grep gzip file sed gawk less coreutils findutils \