From a61518aba619cbae09c4a7d1176d67bf3337f538 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 8 Mar 2010 17:38:54 +0100 Subject: Checking for inittab or event.d does not make much sense any more in stage3 init (if ever needed should be moved to distrospecific setups) ... --- initramfs/stage3-stuff/init | 2 -- 1 file changed, 2 deletions(-) diff --git a/initramfs/stage3-stuff/init b/initramfs/stage3-stuff/init index 5dc646ca..763f95cf 100755 --- a/initramfs/stage3-stuff/init +++ b/initramfs/stage3-stuff/init @@ -980,8 +980,6 @@ mount 2>/dev/null | grep -q "/tmp/scratch type nfs" && \ done mount 2>/dev/null | grep -q /lib/modules && error "$init_errumnt" -# check for inittab file (might fail for new style init -> upstart) -test -f /mnt/etc/inittab || test -d /mnt/etc/event.d || error "$init_erritab" # close runlevel script for stuff to execute during early bootup d_mkrlscript close boot.slx "" # put /tmp into stage4 mtab and add stuff to stage4 fstab -- cgit v1.2.3-55-g7522