summaryrefslogtreecommitdiff
path: root/scripts/boot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/boot.sh')
-rwxr-xr-xscripts/boot.sh6
1 files changed, 6 insertions, 0 deletions
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"