diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-25 02:59:57 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-25 02:59:57 (GMT) |
commit | 7ed77902a9e0f6a950b55dc137a7cbf523353390 (patch) | |
tree | 192ea785099694b34bd4904a79e1b1528f16de91 /build_tools/clarch/larch/profiles/i686-testing-local | |
parent | 66ffb112a15790788871c0a0d304712e44d3f8e6 (diff) | |
parent | 5cdcb7dc4e49d502d7023840f7be4737fb5835b2 (diff) | |
download | linhes_dev-7ed77902a9e0f6a950b55dc137a7cbf523353390.zip |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-dev.git
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local')
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local/addedpacks | 1 | ||||
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg | 8 |
2 files changed, 6 insertions, 3 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks index d344156..b9c72ee 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks @@ -116,6 +116,7 @@ mythvideo mythsmolt morethemes linhes-theme +linhes-scripts nuvexport lirc lirc-utils diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg index 44124cf..a5a45bb 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/isolinux.cfg +++ b/build_tools/clarch/larch/profiles/i686-testing-local/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 |