diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 3383f6f..d2e9009 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -878,6 +878,10 @@ DEBUG_ETH_UP="no" EOT fi +# The Xscreensaver should show a blank screen only, to prevent errors about +# missing modules: +echo "mode: blank" > ${LIVE_ROOTDIR}/home/live/.xscreensaver + # Add our scripts to the Live OS: mkdir -p ${LIVE_ROOTDIR}/usr/local/sbin install -m0755 ${LIVE_TOOLDIR}/makemod ${LIVE_TOOLDIR}/iso2usb.sh ${LIVE_ROOTDIR}/usr/local/sbin/ |