diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-25 02:22:19 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-25 02:22:19 (GMT) |
commit | 5cdcb7dc4e49d502d7023840f7be4737fb5835b2 (patch) | |
tree | 7161b4939412fefb615a14ca0807b60c6dd74fc0 /build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root | |
parent | 26e0ebc0c82ac11e07d7fd9f720872ecd1932505 (diff) | |
download | linhes_dev-5cdcb7dc4e49d502d7023840f7be4737fb5835b2.zip |
Profile sync. Ensure LinHES-scripts get installed.
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root')
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg index 44124cf..a5a45bb 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg @@ -22,18 +22,21 @@ MENU LABEL LinHES without splash screen. kernel vmlinuz append initrd=larch.img +label atomic +MENU LABEL LinHES on Atomic Ant! +kernel vmlinuz +append initrd=larch.img vga=791 quiet splash disablemodules=agpart,intel_agp + label linux-i810 MENU LABEL with Intel i810 driver (DRI disabled) kernel vmlinuz append initrd=larch.img i810 - label linux-vesa MENU LABEL Force use of vesa driver kernel vmlinuz append initrd=larch.img forceXvesa - label linux-nox MENU LABEL Boot to console (without X windowing) kernel vmlinuz @@ -53,7 +56,6 @@ label local menu label Boot from ^local drive localboot 0xffff - label memtest MENU LABEL Memory tester kernel memtest |