index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | configs/xfce4/Makefile | 2 | ||||
-rw-r--r-- | configs/xfce4/overlay/boot/grub/menu.lst | 2 |
diff --git a/configs/xfce4/Makefile b/configs/xfce4/Makefile index 6a609fb..f4d3009 100644 --- a/configs/xfce4/Makefile +++ b/configs/xfce4/Makefile @@ -1,7 +1,7 @@ # I'm a make retard, there are probably prettier ways of doing this... WORKING_DIR=$(PWD)/.work -ISO_NAME=$(PWD)/Archlinux-XFCE4-Live.iso +ISO_NAME=$(PWD)/archlinux-xfce4-live.iso all: iso diff --git a/configs/xfce4/overlay/boot/grub/menu.lst b/configs/xfce4/overlay/boot/grub/menu.lst index 6755d09..4cd24a3 100644 --- a/configs/xfce4/overlay/boot/grub/menu.lst +++ b/configs/xfce4/overlay/boot/grub/menu.lst @@ -3,7 +3,7 @@ default 0 color light-blue/blue black/light-grey splashimage=/boot/splash.xpm.gz -title Boot ArchLinux LiveCD +title Boot Arch Linux Live CD kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75% initrd /boot/archiso.img |