summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot')
-rw-r--r--build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/debugsub.cfg38
-rw-r--r--build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/hardsub.cfg50
-rw-r--r--build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/isolinux.cfg34
-rw-r--r--build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/style.cfg47
-rw-r--r--build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/vbg.jpgbin0 -> 50818 bytes
5 files changed, 169 insertions, 0 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/debugsub.cfg b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/debugsub.cfg
new file mode 100644
index 0000000..2bb63fd
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/debugsub.cfg
@@ -0,0 +1,38 @@
+default vesamenu.c32
+prompt 0
+#timeout 300
+include /boot/isolinux/style.cfg
+
+
+MENU TITLE Debug options menu
+
+
+label linux-nox
+MENU LABEL Boot to console (without X windowing)
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img NoX
+
+label skipTweaker
+MENU LABEL LinHES no splashscren no tweaker.
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img no_meth
+
+
+label linux-c2r
+MENU LABEL LinHES: copy-to-ram (also activates swap)
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img c2r
+
+label linux-swap
+MENU LABEL LinHES: Use swap
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img swap
+
+label memtest
+MENU LABEL Memory tester
+kernel memtest
+
+label goback
+MENU LABEL Back
+kernel vesamenu.c32
+append menu isolinux.cfg
diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/hardsub.cfg b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/hardsub.cfg
new file mode 100644
index 0000000..22d4cd3
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/hardsub.cfg
@@ -0,0 +1,50 @@
+default vesamenu.c32
+prompt 0
+#timeout 300
+
+include /boot/isolinux/style.cfg
+
+
+
+MENU TITLE Systems menu
+
+label atomic
+MENU LABEL LinHES on Atomic Ant!
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img vga=792 quiet splash=silent,theme:linhes console=tty1 disablemodules=agpart,intel_agp
+
+#label linux-i810
+#MENU LABEL with Intel i810 driver (DRI disabled)
+#kernel vmlinuz26
+#append initrd=larch.img i810
+
+label linux-vesa
+MENU LABEL Force use of vesa driver
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img forceXvesa
+
+
+label dragon
+MENU LABEL Dragon Version 1
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img type=dragon vga=0x314 quiet splash=silent,theme:linhes console=tty1
+
+label dragon2
+MENU LABEL Dragon Version 2
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img type=dragon2 vga=0x314 quiet splash=silent,theme:linhes console=tty1
+
+label ausdragon
+MENU LABEL Australian Dragon
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img type=ausdragon vga=0x314 quiet splash=silent,theme:linhes console=tty1
+
+label 8400
+MENU LABEL For the Nvidia 8400 chipset.
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img vga=792 quiet splash=silent,theme:linhes console=tty1 disablemodules=agpart
+
+label goback
+MENU LABEL Back
+kernel vesamenu.c32
+append menu isolinux.cfg
diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/isolinux.cfg b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/isolinux.cfg
new file mode 100644
index 0000000..174f39e
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/isolinux.cfg
@@ -0,0 +1,34 @@
+default vesamenu.c32
+include /boot/isolinux/style.cfg
+
+
+prompt 0
+TIMEOUT 300
+TOTALTIMEOUT 9000
+
+
+MENU TITLE LinHES: The Linux Home Entertainment System
+
+label linux
+MENU LABEL LinHES (default).
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img vga=0x314 quiet splash=silent,theme:linhes console=tty1
+
+label linux-nosplash
+MENU LABEL LinHES without splash screen.
+kernel /boot/vmlinuz26
+append initrd=/boot/larch.img
+
+label special
+MENU LABEL Special Hardware
+kernel vesamenu.c32
+append hardsub.cfg
+
+label debug
+MENU LABEL Debug options
+kernel vesamenu.c32
+append debugsub.cfg
+
+label local
+menu label Boot from local drive
+localboot 0xffff
diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/style.cfg b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/style.cfg
new file mode 100644
index 0000000..cd6363d
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/style.cfg
@@ -0,0 +1,47 @@
+
+# Element ANSI Forground Background Shadow
+#MENU COLOR screen 37;40 #80ffffff #00000000 std
+#MENU COLOR border 30;30 #00000000 #00000000 none
+#MENU COLOR title 1;36;44 #c00090f0 #00000000 none
+#MENU COLOR unsel 30;40 #ffffffff #ff000000 std
+#MENU COLOR hotkey 1;37;44 #ffffffff #00000000 std
+#MENU COLOR sel 7;37;40 #e0ffffff #20ff8000 all
+#MENU COLOR hotsel 1;7;37;40 #e0ffffff #20ff8000 all
+#MENU COLOR disabled 1;30;44 #60cccccc #00000000 std
+#MENU COLOR scrollbar 30;44 #40000000 #00000000 std
+#MENU COLOR tabmsg 31;40 #90ffff00 #00000000 std
+#MENU COLOR cmdmark 1;36;40 #c000ffff #00000000 std
+#MENU COLOR cmdline 37;40 #c0ffffff #00000000 std
+#MENU COLOR pwdborder 30;47 #80ffffff #20ffffff std
+#MENU COLOR pwdheader 31;47 #80ff8080 #20ffffff std
+#MENU COLOR pwdentry 30;47 #80ffffff #20ffffff std
+#MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
+#MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
+#MENU COLOR help 37;40 #c0ffffff #00000000 std
+#MENU COLOR msg07 37;40 #90ffffff #00000000 std
+
+
+
+#menu color border 0 #ff0072BB #ff0072BB
+menu color border 30;44 #00000000 #00000000 none
+#menu color sel 7 #ffebb91c #ff0072BB all
+menu color sel 7 #ff000000 #ffebb91c rev
+menu color title 0 #ffffffff #ff0072BB
+menu color tabmsg 0 #ff000000 #00000000 none
+menu color unsel 0 #ffffffff #ff0072BB
+
+menu color hotsel 0 #ff000000 #ffffffff
+menu color hotkey 7 #ffffffff #ff000000
+menu color timeout_msg 0 #fffffff #ffffffff
+menu color timeout 0 #fffffff #ffffffff
+menu color cmdline 0 #ff000000 #00000000 none
+
+
+
+MENU SEPARATOR
+
+MENU BACKGROUND vbg.jpg
+MENU ROWS 10
+MENU CMDLINEROW 17
+MENU TIMEOUTROW 13
+MENU TABMSGROW 17
diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/vbg.jpg b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/vbg.jpg
new file mode 100644
index 0000000..32a27f6
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/linhes-remote-stable-i686/cd-root/boot/isolinux/vbg.jpg
Binary files differ