From: Richard Jones Date: Sun, 24 May 2009 15:01:45 +0000 (+0100) Subject: (Commented out) Overwrite /sbin/init X-Git-Tag: 1.0.32~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f01957c37a1cdf74cf01a6c86b8b5a312b27dfba;p=libguestfs.git (Commented out) Overwrite /sbin/init --- diff --git a/make-initramfs.sh.in b/make-initramfs.sh.in index c739b65..622efe2 100755 --- a/make-initramfs.sh.in +++ b/make-initramfs.sh.in @@ -144,6 +144,10 @@ __EOF__ @FEBOOTSTRAP_INSTALL@ initramfs init.new /init 0755 root.root rm init.new +# Just in case the kernel isn't looking for /init, make /sbin/init +# be our script, not the real init. +#@FEBOOTSTRAP_RUN@ initramfs -- ln -f /init /sbin/init + # Copy the daemon into the filesystem. @FEBOOTSTRAP_INSTALL@ initramfs @abs_builddir@/daemon/guestfsd /sbin/guestfsd 0755 root.root