Print a message when /init starts.
authorRichard Jones <rjones@debian5x64.home.annexia.org>
Sun, 24 May 2009 15:01:27 +0000 (16:01 +0100)
committerRichard Jones <rjones@debian5x64.home.annexia.org>
Sun, 24 May 2009 15:01:27 +0000 (16:01 +0100)
make-initramfs.sh.in

index b6e7820..c739b65 100755 (executable)
@@ -123,6 +123,7 @@ rm resolv.conf.new
 # Create the init script.
 cat > init.new <<'__EOF__'
 #!/bin/sh
 # Create the init script.
 cat > init.new <<'__EOF__'
 #!/bin/sh
+echo Starting /init script ...
 PATH=/sbin:/usr/sbin:$PATH
 MAKEDEV mem null port zero core full ram tty console fd \
   hda hdb hdc hdd sda sdb sdc sdd loop sd
 PATH=/sbin:/usr/sbin:$PATH
 MAKEDEV mem null port zero core full ram tty console fd \
   hda hdb hdc hdd sda sdb sdc sdd loop sd