From c55652a25955ce68157f2e428561cb3a6e3a4eea Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 8 Feb 2022 20:02:23 +0100 Subject: [PATCH] progress --- main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/main.sh b/main.sh index fa08bde..073f66b 100755 --- a/main.sh +++ b/main.sh @@ -229,6 +229,7 @@ do_install() { header "Installation" mkdir -p "${target}/var/db/xbps/keys" cp /var/db/xbps/keys/* "${target}/var/db/xbps/keys" + mkdir -p "${target}/etc/xbps.d" touch "${target}/etc/xbps.d/10-ignore-pkg.conf" for i in "${ignorepkgs[@]}"; do echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf"