diff options
author | Richard Jones <rjones@debian5x64.home.annexia.org> | 2009-05-24 16:01:27 +0100 |
---|---|---|
committer | Richard Jones <rjones@debian5x64.home.annexia.org> | 2009-05-24 16:01:27 +0100 |
commit | bf19b4f0c4b0894924c1c69f3b87504f07c4404d (patch) | |
tree | 2d321a1e418c286daa062e105cfd92b06319a9c1 | |
parent | 4091fffcd5d7b2820086e019b71eae23a2d4a9e9 (diff) | |
download | libguestfs-bf19b4f0c4b0894924c1c69f3b87504f07c4404d.tar.gz libguestfs-bf19b4f0c4b0894924c1c69f3b87504f07c4404d.tar.xz libguestfs-bf19b4f0c4b0894924c1c69f3b87504f07c4404d.zip |
Print a message when /init starts.
-rwxr-xr-x | make-initramfs.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make-initramfs.sh.in b/make-initramfs.sh.in index b6e7820a..c739b65c 100755 --- a/make-initramfs.sh.in +++ b/make-initramfs.sh.in @@ -123,6 +123,7 @@ rm resolv.conf.new # 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 |