summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profiles/i586-RELEASE-REMOTE/post_process/menu.lst
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-04 23:44:45 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-04 23:44:51 (GMT)
commitf51fb708846d13222bd97b3f760eb3be902c0be0 (patch)
treead25ff81828f12cb7da86384863e163cb4e001f2 /build_tools/clarch/larch/profiles/i586-RELEASE-REMOTE/post_process/menu.lst
parent4384efe238cdfeac86fae0d8e1097a409350f8c6 (diff)
downloadlinhes_dev-f51fb708846d13222bd97b3f760eb3be902c0be0.zip
remove old versions of larch 6 and 7
Diffstat (limited to 'build_tools/clarch/larch/profiles/i586-RELEASE-REMOTE/post_process/menu.lst')
-rwxr-xr-xbuild_tools/clarch/larch/profiles/i586-RELEASE-REMOTE/post_process/menu.lst60
1 files changed, 0 insertions, 60 deletions
diff --git a/build_tools/clarch/larch/profiles/i586-RELEASE-REMOTE/post_process/menu.lst b/build_tools/clarch/larch/profiles/i586-RELEASE-REMOTE/post_process/menu.lst
deleted file mode 100755
index ce33757..0000000
--- a/build_tools/clarch/larch/profiles/i586-RELEASE-REMOTE/post_process/menu.lst
+++ /dev/null
@@ -1,60 +0,0 @@
-# Config file for GRUB - The GNU GRand Unified Bootloader
-# /boot/grub/menu.lst
-
-# DEVICE NAME CONVERSIONS
-#
-# Linux Grub
-# -------------------------
-# /dev/fd0 (fd0)
-# /dev/hda (hd0)
-# /dev/hdb2 (hd1,1)
-# /dev/hda3 (hd0,2)
-#
-
-# FRAMEBUFFER RESOLUTION SETTINGS
-# +-------------------------------------------------+
-# | 640x480 800x600 1024x768 1280x1024
-# ----+--------------------------------------------
-# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
-# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
-# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
-# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
-# +-------------------------------------------------+
-
-# general configuration:
-timeout 5
-default 0
-#color light-blue/black light-cyan/blue
-
-# boot sections follow
-# each is implicitly numbered from 0 in the order of appearance below
-#
-# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
-#
-#-*
-hiddenmenu
-
-# (0) normal
-title LinHes
-root (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit console=tty1
-initrd /boot/kernel26.img
-
-# (1) bootsplash
-title LinHes-splashy
-root (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet vga=0x318 splash=silent,theme:darch console=tty1
-initrd /boot/kernel26.img
-
-# (2) noautologin
-title STB-nologin
-root (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro init=/sbin/runit quiet vga=0x318 splash=silent,theme:darch console=tty1 noautologin
-initrd /boot/kernel26.img
-
-
-# (3) normal
-title LinHes-init
-root (hd0,0)
-kernel /boot/vmlinuz26 root=/dev/hda1 ro console=tty1
-initrd /boot/kernel26.img