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
commit7a98a216dec70340a3627dd38f6862d1a4cfca82 (patch)
tree0ad47099e41f7bd58453c4741c17c4c93c349c06 /archiso
parent7ab1ae57c7158ce8df40c05f39658c2f781ac943 (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
-rwxr-xr-xarchiso/mkarchiso4
2 files changed, 3 insertions, 3 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}
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 <archlinux.org>" \
- -A "ArchLinux Live/Rescue CD" \
+ -publisher "Arch Linux <http://www.archlinux.org>" \
+ -A "Arch Linux Live/Rescue CD" \
-o "${imgname}" "${work_dir}/iso/"
}