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 | |
parent | 26e0ebc0c82ac11e07d7fd9f720872ecd1932505 (diff) | |
download | linhes_dev-5cdcb7dc4e49d502d7023840f7be4737fb5835b2.zip |
Profile sync. Ensure LinHES-scripts get installed.
4 files changed, 12 insertions, 6 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks index 38c25bb..aa41cbe 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/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-REMOTE/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/isolinux.cfg index 44124cf..a5a45bb 100644 --- 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 @@ -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 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 38c25bb..aa41cbe 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 |