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/"