diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-01-08 09:07:34 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-01-08 09:07:50 +0200 |
commit | cbd3adf0f647428b7d62d15ca90efe122f3d002d (patch) | |
tree | 1e046a9fd0ee717094639f5c91f67fe1c1f6c02f /initramfs-init | |
parent | 38ee0b183d852392dabd545b716423c508546fdb (diff) | |
download | abuild-cbd3adf0f647428b7d62d15ca90efe122f3d002d.tar.gz abuild-cbd3adf0f647428b7d62d15ca90efe122f3d002d.tar.bz2 abuild-cbd3adf0f647428b7d62d15ca90efe122f3d002d.tar.xz abuild-cbd3adf0f647428b7d62d15ca90efe122f3d002d.zip |
initramfs: some spell checking on init script
Diffstat (limited to 'initramfs-init')
-rwxr-xr-x | initramfs-init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs-init b/initramfs-init index 3f8d044..aa2da95 100755 --- a/initramfs-init +++ b/initramfs-init @@ -22,7 +22,7 @@ eend() { else shift echo "failed. $*" - echo "Emergency recovery shell started." + echo "initramfs emergency recovery shell launched" exec /bin/busybox sh fi } @@ -111,7 +111,7 @@ scan_drivers eend 0 # install new root -ebegin "Installing packets to root filesystem" +ebegin "Installing packages to root filesystem" mount -t tmpfs -o size=50M tmpfs $NEWROOT apk create --root /newroot apk add --root /newroot --repository /media/cdrom/apks --quiet --progress |