diff options
author | Bob Igo <bob@stormlogic.com> | 2009-07-23 17:28:16 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-07-23 17:28:16 (GMT) |
commit | 576a3f16950384aa6e151bfd8316d6255c331395 (patch) | |
tree | fe9cd3ec327ff8b26a9400e4045705e8a10e7e7f /build_tools/clarch/larch/profiles/i686-testing-local | |
parent | 9d54c42cabf309540d733c5bbfdd14217a2214a7 (diff) | |
download | linhes_dev-576a3f16950384aa6e151bfd8316d6255c331395.zip |
Giving Dragons the same boot parameters as default, plus a tag indicating what kind of system it is.
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local')
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg index 5083900..847276c 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg +++ b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg @@ -14,7 +14,7 @@ MENU TITLE LinHES: The Linux Home Entertainment System label atomic MENU LABEL LinHES on Atomic Ant! kernel vmlinuz -append initrd=larch.img vga=792 quiet splash=silent,theme:linhes console=tty1 disablemodules=agpart,intel_agp +append initrd=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) @@ -29,17 +29,17 @@ append initrd=larch.img forceXvesa label dragon MENU LABEL Dragon Version 1 kernel vmlinuz -append initrd=larch.img forceXvesa type=dragon +append initrd=larch.img type=dragon vga=0x314 quiet splash=silent,theme:linhes console=tty1 label dragon2 MENU LABEL Dragon Version 2 kernel vmlinuz -append initrd=larch.img forceXvesa type=dragon2 +append initrd=larch.img type=dragon2 vga=0x314 quiet splash=silent,theme:linhes console=tty1 label ausdragon MENU LABEL Australian Dragon kernel vmlinuz -append initrd=larch.img forceXvesa type=ausdragon +append initrd=larch.img type=ausdragon vga=0x314 quiet splash=silent,theme:linhes console=tty1 label goback |