summaryrefslogtreecommitdiff
path: root/configs/xfce4
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-10-19 15:49:55 -0500
committerAaron Griffin <aaronmgriffin@gmail.com>2008-10-19 15:49:55 -0500
commitc2ffda39f9c400945ca0283eccfeda2afc40891b (patch)
tree572abd0052adb55026e5646f4b1c7bf02e60dcf2 /configs/xfce4
parentf3c061b5413fcb7ed7ea75036054ea14115b8f41 (diff)
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 <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/xfce4')
-rw-r--r--configs/xfce4/overlay/boot/grub/menu.lst4
-rw-r--r--configs/xfce4/overlay/etc/rc.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/configs/xfce4/overlay/boot/grub/menu.lst b/configs/xfce4/overlay/boot/grub/menu.lst
index 4885944..6755d09 100644
--- a/configs/xfce4/overlay/boot/grub/menu.lst
+++ b/configs/xfce4/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
diff --git a/configs/xfce4/overlay/etc/rc.conf b/configs/xfce4/overlay/etc/rc.conf
index 45ff03e..aa83e1b 100644
--- a/configs/xfce4/overlay/etc/rc.conf
+++ b/configs/xfce4/overlay/etc/rc.conf
@@ -18,7 +18,7 @@ USECOLOR="yes"
MOD_AUTOLOAD="yes"
-HOSTNAME="archlive"
+HOSTNAME="archiso"
#TODO add more auto-daemons here, especially the live-cd specific stuff
DAEMONS=(syslog-ng network crond @xfce4)