X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot.sh;h=02ac43aa8e5976ba4ad452121e1635dd3cc50153;hb=6c9872bc5d18f60e6b6ad94bdc18bd217e2119f9;hp=6304c978e3b89ef2894703fbae505a3c6081763f;hpb=f4d4be1f0223a2e888286988503ea26fee2a8324;p=live-boot-grml.git diff --git a/scripts/boot.sh b/scripts/boot.sh index 6304c97..02ac43a 100755 --- a/scripts/boot.sh +++ b/scripts/boot.sh @@ -636,6 +636,12 @@ mountroot () run_scripts /scripts/live-bottom log_end_msg + case "${LIVE_SWAPON}" in + true) + Swapon + ;; + esac + if [ "${UNIONFS}" = unionfs-fuse ] then umount "${rootmnt}/dev"