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 +- archiso/mkarchiso | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'archiso') 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} diff --git a/archiso/mkarchiso b/archiso/mkarchiso index e868e8b..9ed73ff 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -249,8 +249,8 @@ command_iso () { mkisofs ${qflag} -r -l $bootflags -uid 0 -gid 0 \ -input-charset utf-8 -p "prepared by mkarchiso" \ -no-emul-boot -boot-load-size 4 -boot-info-table \ - -publisher "ArchLinux " \ - -A "ArchLinux Live/Rescue CD" \ + -publisher "Arch Linux " \ + -A "Arch Linux Live/Rescue CD" \ -o "${imgname}" "${work_dir}/iso/" } -- cgit v1.2.3-54-g00ecf