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