From bd259495e418b9a89878954da53e7e645e057f5e Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Tue, 14 Mar 2017 23:13:28 +0100 Subject: [PATCH] move clear after filter message --- lib/util-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-base.sh b/lib/util-base.sh index 7470d27..0b4ce87 100644 --- a/lib/util-base.sh +++ b/lib/util-base.sh @@ -278,10 +278,10 @@ install_base() { done echo " " >> /mnt/.base fi - clear echo "" > /tmp/.desktop filter_packages check_for_error "packages to install: $(cat /mnt/.base | tr '\n' ' ')" + clear basestrap ${MOUNTPOINT} $(cat /mnt/.base) 2>$ERR check_for_error "install basepkgs" $? || return 1