diff options
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg')
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg deleted file mode 100644 index 646b173..0000000 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg +++ /dev/null @@ -1,37 +0,0 @@ -default vesamenu.c32 -prompt 0 -timeout 300 - -MENU BACKGROUND vbg.jpg -MENU COLOR border 31;40 #90ffff00 #00000000 std -MENU COLOR sel 31;47 #00000000 #FFFFFF15 al -MENU ROWS 4 -MENU CMDLINEROW 22 -MENU TIMEOUTROW 23 -MENU TABMSGROW 22 - -MENU TITLE LinHES: The Linux Home Entertainment System - -label linux -MENU LABEL LinHES (default). -kernel vmlinuz -append initrd=larch.img vga=0x314 quiet splash=silent,theme:linhes console=tty1 - -label linux-nosplash -MENU LABEL LinHES without splash screen. -kernel vmlinuz -append initrd=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 |