Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archiso
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-01-25 20:37:25 -0500
committerAaron Griffin <aaronmgriffin@gmail.com>2009-01-26 22:10:09 -0600
commitdc7fbce918744cb47e21c7cf2eb2bf862834e464 (patch)
tree152defa885a41bb559707887b38cc5962689335e /archiso
parent0319f53fd4843b580a33f9313df7de549984e990 (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')
-rw-r--r--archiso/hooks/archiso2
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}