From bb933bd985e57fceaabb26fe15f84d80dfecb337 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 5 Aug 2018 13:27:03 +0100 Subject: [PATCH] inittab: remove shutdown actions Noticed that when testing, things were running again on poweroff. Maybe we should just do the right thing and check for the start stop argument? But who cares about the shutdown of stateless VMs, I'd rather just get it done ASAP. --- rootfs_overlay/etc/inittab | 3 --- 1 file changed, 3 deletions(-) diff --git a/rootfs_overlay/etc/inittab b/rootfs_overlay/etc/inittab index 5d0318e..2495b9c 100644 --- a/rootfs_overlay/etc/inittab +++ b/rootfs_overlay/etc/inittab @@ -9,6 +9,3 @@ # Same as above: console is the default. #console::respawn:-/bin/sh ::ctrlaltdel:/sbin/reboot -::shutdown:/etc/init.d/rcK -::shutdown:/sbin/swapoff -a -::shutdown:/bin/umount -a -r