diff options
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local-httpd')
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks | 1 | ||||
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/isolinux.cfg | 8 |
2 files changed, 6 insertions, 3 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks index d344156..b9c72ee 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/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-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 |