From 6cb165053281de8a29b4d37c046a8138c03869b7 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Tue, 28 Feb 2017 00:38:57 +0800 Subject: [PATCH] Filter the base packages out of the /tmp/.edition --- lib/util-desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index 5c8f0bb..0d5bf3c 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -179,7 +179,7 @@ install_manjaro_de_wm() { clear # basestrap the parsed package list to the new root - basestrap -i ${MOUNTPOINT} $(cat /tmp/.edition /usr/share/manjaro-architect/package-lists/input-drivers | sort | uniq) 2>$ERR + basestrap -i ${MOUNTPOINT} $(cat /tmp/.edition /usr/share/manjaro-architect/package-lists/input-drivers | grep -v -f /tmp/.base | sort | uniq) 2>$ERR check_for_error "install pkgs: $(cat /tmp/.desktop)" "$?" # copy the profile overlay to the new root