From 6c21cc1e4ddcf177b7bcf584e23cad734ea5d7e3 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 17 Nov 2020 15:13:18 +0000 Subject: [PATCH] stage4: add printing support --- stage4/05-print-support/00-packages | 2 ++ stage4/05-print-support/01-run.sh | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 stage4/05-print-support/00-packages create mode 100755 stage4/05-print-support/01-run.sh diff --git a/stage4/05-print-support/00-packages b/stage4/05-print-support/00-packages new file mode 100644 index 0000000..e9c36bd --- /dev/null +++ b/stage4/05-print-support/00-packages @@ -0,0 +1,2 @@ +cups +system-config-printer diff --git a/stage4/05-print-support/01-run.sh b/stage4/05-print-support/01-run.sh new file mode 100755 index 0000000..dc9e2b2 --- /dev/null +++ b/stage4/05-print-support/01-run.sh @@ -0,0 +1,5 @@ +#!/bin/bash -e + +on_chroot <