diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-25 20:37:25 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-01-26 22:10:09 -0600 |
commit | 7a98a216dec70340a3627dd38f6862d1a4cfca82 (patch) | |
tree | 0ad47099e41f7bd58453c4741c17c4c93c349c06 /archiso/hooks | |
parent | 7ab1ae57c7158ce8df40c05f39658c2f781ac943 (diff) |
Fix typos, formatting, and vague language where possible.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
[Fixed menu.lst: LiveCD -> Live CD -aaron]
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'archiso/hooks')
-rw-r--r-- | archiso/hooks/archiso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index 65e849e..3df0dcc 100644 --- a/archiso/hooks/archiso +++ b/archiso/hooks/archiso @@ -146,7 +146,7 @@ run_hook () udevpid=$(/bin/minips -C udevd -o pid=) [ "x${udevpid}" != "x" ] && /bin/kill -9 $udevpid 2>&1 >/dev/null #Yep, we're bailing out here. We don't need kinit. - msg ":: Passing control to Archlinux Initscripts...Please Wait" + msg ":: Passing control to Arch Linux Initscripts...Please Wait" /bin/umount /sys /bin/umount /proc exec /bin/run-init -c /dev/console /real_root /sbin/init ${CMDLINE} |