From c2ffda39f9c400945ca0283eccfeda2afc40891b Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 19 Oct 2008 15:49:55 -0500 Subject: Rename all uses of 'archlive' to 'archiso' Additionally change grub prompts to use "ArchLinux LiveCD" as the boot item name Signed-off-by: Aaron Griffin --- configs/default/overlay/boot/grub/menu.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/default/overlay/boot/grub/menu.lst') diff --git a/configs/default/overlay/boot/grub/menu.lst b/configs/default/overlay/boot/grub/menu.lst index 4885944..6755d09 100644 --- a/configs/default/overlay/boot/grub/menu.lst +++ b/configs/default/overlay/boot/grub/menu.lst @@ -3,9 +3,9 @@ default 0 color light-blue/blue black/light-grey splashimage=/boot/splash.xpm.gz -title Boot ArchLive +title Boot ArchLinux LiveCD kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75% -initrd /boot/archlive.img +initrd /boot/archiso.img title Tools... configfile /boot/grub/tools.lst -- cgit v1.2.3-54-g00ecf