From 7a98a216dec70340a3627dd38f6862d1a4cfca82 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sun, 25 Jan 2009 20:37:25 -0500 Subject: Fix typos, formatting, and vague language where possible. Signed-off-by: Loui Chang [Fixed menu.lst: LiveCD -> Live CD -aaron] Signed-off-by: Aaron Griffin --- archiso/hooks/archiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archiso/hooks') 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} -- cgit v1.2.3-54-g00ecf