about summary refs log tree commit diff
path: root/core-services/04-swap.sh
blob: 22b2ee4e21f7d78d8049f328511fe63145f79259 (plain) (blame)
1
2
3
4
5
6
# vim: set ts=4 sw=4 et:

[ -n "$VIRTUALIZATION" ] && return 0

msg "Initializing swap...\n"
swapon -a || emergency_shell