diff options
author | Sven Gothel <[email protected]> | 2021-07-02 19:10:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-07-02 19:10:20 +0200 |
commit | 1a4c483da2ab1dc0d429950c394752ed2ac29ef4 (patch) | |
tree | a9581fce8b4e1ca62a3a989a7702a68cccf92782 | |
parent | 2bbf33e5f879209aa3f3ab1a6087e9d26ba03238 (diff) |
stage4: Disable all printing support
-rw-r--r-- | stage4/05-print-support/00-packages | 2 | ||||
-rwxr-xr-x | stage4/05-print-support/01-run.sh | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/stage4/05-print-support/00-packages b/stage4/05-print-support/00-packages index 613c0ec..ac1ac17 100644 --- a/stage4/05-print-support/00-packages +++ b/stage4/05-print-support/00-packages @@ -1,3 +1,3 @@ #cups -cups-common cups-client +#cups-common cups-client #system-config-printer diff --git a/stage4/05-print-support/01-run.sh b/stage4/05-print-support/01-run.sh index dc9e2b2..4bf1260 100755 --- a/stage4/05-print-support/01-run.sh +++ b/stage4/05-print-support/01-run.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -on_chroot <<EOF -adduser "$FIRST_USER_NAME" lpadmin -EOF +#on_chroot <<EOF +#adduser "$FIRST_USER_NAME" lpadmin +#EOF |