From 8969c57b75f6a8f1fa09afaf01cbc7583f5d98d0 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 8 Feb 2010 03:40:40 -0300 Subject: Delete old configs files Split from commit 00dda7d4 from Svenstaro repo. Signed-off-by: Gerardo Exequiel Pozzi --- configs/install-iso/boot-files/grub/menu.lst | 36 ---------------------------- 1 file changed, 36 deletions(-) delete mode 100644 configs/install-iso/boot-files/grub/menu.lst (limited to 'configs/install-iso/boot-files/grub/menu.lst') diff --git a/configs/install-iso/boot-files/grub/menu.lst b/configs/install-iso/boot-files/grub/menu.lst deleted file mode 100644 index 07bfd71..0000000 --- a/configs/install-iso/boot-files/grub/menu.lst +++ /dev/null @@ -1,36 +0,0 @@ -timeout 300 -default 0 -color light-blue/blue black/light-grey -splashimage=/boot/splash.xpm.gz - -title Boot Arch Linux Live CD -kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75% -initrd /boot/archiso_pata.img - -title Boot Arch Linux Live CD [Legacy IDE, no SATA] -kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75% -initrd /boot/archiso_ide.img - -title Release Notes -# Note: onyl 23 lines of release notes for now -cat /boot/releasenotes.txt -pause Press enter to continue... - -title Tools... -configfile /boot/grub/tools.lst - -title Grub Settings... -configfile /boot/grub/settings.lst - -title View Help... -configfile /boot/grub/help.lst - -title More Options... -configfile /boot/grub/more.lst - -title Shutdown the Computer -halt - -title Reboot the Computer -reboot - -- cgit v1.2.3-54-g00ecf