diff options
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-local/cd-root')
| -rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-local/cd-root/isolinux/hardsub.cfg | 16 | 
1 files changed, 16 insertions, 0 deletions
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  | 
