diff options
Diffstat (limited to 'build_tools/clarch/larch/profiles')
3 files changed, 48 insertions, 0 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg index d60661a..5083900 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/cd-root/isolinux/hardsub.cfg @@ -26,6 +26,22 @@ MENU LABEL Force use of vesa driver kernel vmlinuz append initrd=larch.img forceXvesa +label dragon +MENU LABEL Dragon Version 1 +kernel vmlinuz +append initrd=larch.img forceXvesa type=dragon + +label dragon2 +MENU LABEL Dragon Version 2 +kernel vmlinuz +append initrd=larch.img forceXvesa type=dragon2 + +label ausdragon +MENU LABEL Australian Dragon +kernel vmlinuz +append initrd=larch.img forceXvesa type=ausdragon + + label goback MENU LABEL Back kernel vesamenu.c32 diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg index d60661a..5083900 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/cd-root/isolinux/hardsub.cfg @@ -26,6 +26,22 @@ MENU LABEL Force use of vesa driver kernel vmlinuz append initrd=larch.img forceXvesa +label dragon +MENU LABEL Dragon Version 1 +kernel vmlinuz +append initrd=larch.img forceXvesa type=dragon + +label dragon2 +MENU LABEL Dragon Version 2 +kernel vmlinuz +append initrd=larch.img forceXvesa type=dragon2 + +label ausdragon +MENU LABEL Australian Dragon +kernel vmlinuz +append initrd=larch.img forceXvesa type=ausdragon + + label goback MENU LABEL Back kernel vesamenu.c32 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 d60661a..5083900 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 @@ -26,6 +26,22 @@ MENU LABEL Force use of vesa driver kernel vmlinuz append initrd=larch.img forceXvesa +label dragon +MENU LABEL Dragon Version 1 +kernel vmlinuz +append initrd=larch.img forceXvesa type=dragon + +label dragon2 +MENU LABEL Dragon Version 2 +kernel vmlinuz +append initrd=larch.img forceXvesa type=dragon2 + +label ausdragon +MENU LABEL Australian Dragon +kernel vmlinuz +append initrd=larch.img forceXvesa type=ausdragon + + label goback MENU LABEL Back kernel vesamenu.c32 |