(Commented out) Overwrite /sbin/init
authorRichard Jones <rjones@debian5x64.home.annexia.org>
Sun, 24 May 2009 15:01:45 +0000 (16:01 +0100)
committerRichard Jones <rjones@debian5x64.home.annexia.org>
Sun, 24 May 2009 15:01:45 +0000 (16:01 +0100)
make-initramfs.sh.in

index c739b65..622efe2 100755 (executable)
@@ -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