This commit is contained in:
teldra 2022-02-11 12:48:57 +01:00
parent b0d21fd380
commit 53b66666af
2 changed files with 2 additions and 1 deletions

View File

@ -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
}

View File

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