diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 85c1dab..502bd80 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2159,9 +2159,6 @@ fi # Skip all filesystem checks at boot: touch ${LIVE_ROOTDIR}/etc/fastboot -# Disable the root filesystem check altogether: -sed -i -e '/^if \[ ! \$READWRITE = yes/,/^fi # Done checking root filesystem/s/^/#/' ${LIVE_ROOTDIR}/etc/rc.d/rc.S - # We will not write to the hardware clock: sed -i -e '/systohc/s/^/# /' ${LIVE_ROOTDIR}/etc/rc.d/rc.6 |