summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-12-23 23:40:46 +0100
committer Eric Hameleers <alien@slackware.com>2015-12-23 23:40:46 +0100
commit8c91ec56db15f4dddb5f46e36443501e781eb49e (patch)
treea9100a3da322c513fb7609669f24b001cd204d29 /make_slackware_live.sh
parent15f7191408d8e84dea2a1d7716f3a7ce0425d708 (diff)
downloadliveslak-8c91ec56db15f4dddb5f46e36443501e781eb49e.tar.gz
liveslak-8c91ec56db15f4dddb5f46e36443501e781eb49e.tar.xz
Enable NFS client support if possible:
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index e38ff68..4f54e99 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1025,6 +1025,9 @@ sed -i ${LIVE_ROOTDIR}/etc/inittab -e "s/\(id:\).\(:initdefault:\)/\1${RUNLEVEL}
[ -f ${LIVE_ROOTDIR}/etc/rc.d/rc.pcmcia ] && chmod -x ${LIVE_ROOTDIR}/etc/rc.d/rc.pcmcia
[ -f ${LIVE_ROOTDIR}/etc/rc.d/rc.yp ] && chmod -x ${LIVE_ROOTDIR}/etc/rc.d/rc.yp
+# But enable NFS client support:
+[ -f ${LIVE_ROOTDIR}/etc/rc.d/rc.rpc ] && chmod +x ${LIVE_ROOTDIR}/etc/rc.d/rc.rpc
+
# Skip all filesystem checks at boot:
touch ${LIVE_ROOTDIR}/etc/fastboot