04-swap.sh (120B)
1 # vim: set ts=4 sw=4 et: 2 3 [ -n "$VIRTUALIZATION" ] && return 0 4 5 msg "Initializing swap..." 6 swapon -a || emergency_shell