From 99b87adf313ef87f24ff35213a011b93720a6593 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 31 Jul 2016 22:21:05 +0200 Subject: Live OS: enable CUPS by default. --- make_slackware_live.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 0efad5b..7411511 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1499,8 +1499,9 @@ sed -i ${LIVE_ROOTDIR}/etc/inittab -e "s/\(id:\).\(:initdefault:\)/\1${RUNLEVEL} [ -f ${LIVE_ROOTDIR}/etc/rc.d/rc.yp ] && chmod -x ${LIVE_ROOTDIR}/etc/rc.d/rc.yp [ -f ${LIVE_ROOTDIR}/etc/rc.d/rc.sshd ] && chmod -x ${LIVE_ROOTDIR}/etc/rc.d/rc.sshd -# But enable NFS client support: +# But enable NFS client support and CUPS: [ -f ${LIVE_ROOTDIR}/etc/rc.d/rc.rpc ] && chmod +x ${LIVE_ROOTDIR}/etc/rc.d/rc.rpc +[ -f ${LIVE_ROOTDIR}/etc/rc.d/rc.cups ] && chmod +x ${LIVE_ROOTDIR}/etc/rc.d/rc.cups # Add a softvol pre-amp to ALSA - some computers have too low volumes. # If etc/asound.conf exists it's configuring ALSA to use Pulse, -- cgit v1.2.3