diff options
-rw-r--r-- | examples/inittab | 4 | ||||
-rw-r--r-- | scripts/inittab | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/inittab b/examples/inittab index 2515264c7..13a04afdc 100644 --- a/examples/inittab +++ b/examples/inittab | |||
@@ -78,6 +78,6 @@ tty6::respawn:/sbin/getty 38400 tty6 | |||
78 | #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 | 78 | #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 |
79 | 79 | ||
80 | # Stuff to do before rebooting | 80 | # Stuff to do before rebooting |
81 | ::ctrlaltdel:/bin/umount -a -r > /dev/null 2>&1 | 81 | ::ctrlaltdel:/bin/umount -a -r |
82 | ::ctrlaltdel:/sbin/swapoff -a > /dev/null 2>&1 | 82 | ::ctrlaltdel:/sbin/swapoff -a |
83 | 83 | ||
diff --git a/scripts/inittab b/scripts/inittab index 2515264c7..13a04afdc 100644 --- a/scripts/inittab +++ b/scripts/inittab | |||
@@ -78,6 +78,6 @@ tty6::respawn:/sbin/getty 38400 tty6 | |||
78 | #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 | 78 | #ttyS2::respawn:/sbin/getty -x0 -s 57600 ttyS2 |
79 | 79 | ||
80 | # Stuff to do before rebooting | 80 | # Stuff to do before rebooting |
81 | ::ctrlaltdel:/bin/umount -a -r > /dev/null 2>&1 | 81 | ::ctrlaltdel:/bin/umount -a -r |
82 | ::ctrlaltdel:/sbin/swapoff -a > /dev/null 2>&1 | 82 | ::ctrlaltdel:/sbin/swapoff -a |
83 | 83 | ||