summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.com.br>2018-06-11 03:00:15 -0300
committerPeter Korsgaard <peter@korsgaard.com>2018-06-12 14:56:07 +0200
commitd524cc7d9de549228b998ba5747b0d7cd4f24251 (patch)
tree08b2467b4a5cee68c0118db8e61077135f0257ff
parentd2a091c96b87c5674754a12ee9055a164270d0eb (diff)
downloadbuildroot-d524cc7d9de549228b998ba5747b0d7cd4f24251.tar.gz
buildroot-d524cc7d9de549228b998ba5747b0d7cd4f24251.zip
busybox: add an inittab entry to activate swap
There is a call to swapoff in the shutdown sequence, so call "swapon -a" on startup. As stated in the swapon man page, All devices marked as "swap" in /etc/fstab are made available, except for those with the "noauto" option. Devices that are already being used as swap are silently skipped. So even if the system has some init script to start/stop swap (e.g. from a rootfs ovelay) calling swapon/swapoff would be harmless. Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/busybox/inittab1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/inittab b/package/busybox/inittab
index 7cd203de0b..ff1725c775 100644
--- a/package/busybox/inittab
+++ b/package/busybox/inittab
@@ -18,6 +18,7 @@
::sysinit:/bin/mount -o remount,rw /
::sysinit:/bin/mkdir -p /dev/pts /dev/shm
::sysinit:/bin/mount -a
+::sysinit:/sbin/swapon -a
null::sysinit:/bin/ln -sf /proc/self/fd /dev/fd
null::sysinit:/bin/ln -sf /proc/self/fd/0 /dev/stdin
null::sysinit:/bin/ln -sf /proc/self/fd/1 /dev/stdout
OpenPOWER on IntegriCloud