aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/260-swap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rcS.d/260-swap.sh')
-rwxr-xr-xrc.d/rcS.d/260-swap.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/rc.d/rcS.d/260-swap.sh b/rc.d/rcS.d/260-swap.sh
new file mode 100755
index 00000000..51a55f39
--- /dev/null
+++ b/rc.d/rcS.d/260-swap.sh
@@ -0,0 +1,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
+
+: