Fix package filtering

merge-requests/273/head
Chrysostomus 7 years ago
parent bae1bfc9a1
commit db312db7c9

@ -180,7 +180,7 @@ install_manjaro_de_wm() {
clear
# remove already installed base pkgs and
# basestrap the parsed package list to the new root
basestrap -i ${MOUNTPOINT} $(cat /tmp/.edition /usr/share/manjaro-architect/package-lists/input-drivers | grep -v -f /mnt/.base | sort | uniq) 2>$ERR
basestrap -i ${MOUNTPOINT} $(grep -v -f /tmp/.base /tmp/.edition | sort | uniq) 2>$ERR
check_for_error "install pkgs: $(cat /tmp/.desktop)" "$?"
# copy the profile overlay to the new root

Loading…
Cancel
Save