diff options
Diffstat (limited to 'core-services/04-swap.sh')
-rw-r--r-- | core-services/04-swap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core-services/04-swap.sh b/core-services/04-swap.sh index 22b2ee4..c805f87 100644 --- a/core-services/04-swap.sh +++ b/core-services/04-swap.sh @@ -2,5 +2,5 @@ [ -n "$VIRTUALIZATION" ] && return 0 -msg "Initializing swap...\n" +msg "Initializing swap..." swapon -a || emergency_shell |