From 53b66666afbb989f18c90c95f1fdd54c0d8c36e9 Mon Sep 17 00:00:00 2001 From: teldra Date: Fri, 11 Feb 2022 12:48:57 +0100 Subject: [PATCH] progress --- etc/printing/cups | 2 +- main.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/printing/cups b/etc/printing/cups index f31bee3..a625abf 100644 --- a/etc/printing/cups +++ b/etc/printing/cups @@ -1,5 +1,5 @@ packages() { - addpkg cups cups-filters gutenprint foomatic-db foomatic-db-nonfree brother-brlaser cups-pk-helper + addpkg cups cups-filters gutenprint foomatic-db brother-brlaser cups-pk-helper #addpkg avahi-daemon } diff --git a/main.sh b/main.sh index 4cb35e1..f9cd4a6 100755 --- a/main.sh +++ b/main.sh @@ -284,6 +284,7 @@ echo_vars() { } do_chroot() { + header "Chroot into new System" mkdir -p "${target}/tmp/vinstaller/" mount -t tmpfs -o size=50m tmpfs "${target}/tmp/vinstaller/"