diff options
author | Eric Hameleers <alien@slackware.com> | 2016-08-09 13:33:29 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-08-09 13:33:29 +0200 |
commit | 7e848953b075b72d43a19386e3a8ea10185e0ba9 (patch) | |
tree | ba5737eca085fb0b92aedfeb41e7ced0f71ac70e /make_slackware_live.sh | |
parent | 3aa99574453b599cf4269bcea4b46997641855ef (diff) | |
download | liveslak-7e848953b075b72d43a19386e3a8ea10185e0ba9.tar.gz liveslak-7e848953b075b72d43a19386e3a8ea10185e0ba9.tar.xz |
Live OS: enable CUPS network browsing by default.
This makes remote CUPS printers available locally.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index afcabd6..99a1a10 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1627,6 +1627,7 @@ sed -i ${LIVE_ROOTDIR}/etc/inittab -e "s/\(id:\).\(:initdefault:\)/\1${RUNLEVEL} # 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 +[ -f ${LIVE_ROOTDIR}/etc/rc.d/rc.cups-browsed ] && chmod +x ${LIVE_ROOTDIR}/etc/rc.d/rc.cups-browsed # 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, |