aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/260-swap.sh
blob: 51a55f39b1dec6a0ceaa000e05282a3b618e8330 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
[[ $(type -t strstr) = "function" ]] || . /etc/init.d/functions

# Start up swapping.
update_boot_stage RCswap
action $"Enabling /etc/fstab swaps: " swapon -a -e

: