summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profile0
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/clarch/larch/profile0')
-rw-r--r--build_tools/clarch/larch/profile0/cd-root/README8
-rw-r--r--build_tools/clarch/larch/profile0/cd-root/isolinux/isolinux.cfg29
-rw-r--r--build_tools/clarch/larch/profile0/kernel2
3 files changed, 39 insertions, 0 deletions
diff --git a/build_tools/clarch/larch/profile0/cd-root/README b/build_tools/clarch/larch/profile0/cd-root/README
new file mode 100644
index 0000000..325b31c
--- /dev/null
+++ b/build_tools/clarch/larch/profile0/cd-root/README
@@ -0,0 +1,8 @@
+If in "GRUB" mode, the contents of the "boot" directory will be copied
+to the "boot" directory on the CD.
+
+If in "isolinux" mode, the contents of the "isolinux" directory will be
+copied to the "isolinux" directory on the CD.
+
+In both cases these profile files may overwrite the default ones from
+"larch/cd-root".
diff --git a/build_tools/clarch/larch/profile0/cd-root/isolinux/isolinux.cfg b/build_tools/clarch/larch/profile0/cd-root/isolinux/isolinux.cfg
new file mode 100644
index 0000000..0f45c6b
--- /dev/null
+++ b/build_tools/clarch/larch/profile0/cd-root/isolinux/isolinux.cfg
@@ -0,0 +1,29 @@
+default vesamenu.c32
+prompt 0
+timeout 50
+
+MENU BACKGROUND bkgd.jpg
+
+MENU TITLE larch live CD from existing installation
+
+label linux
+MENU LABEL Default: no swap, no copy-to-ram
+kernel vmlinuz
+append initrd=larch.img
+# or with video mode for beyond kernel:
+#append initrd=larch.img video=vesafb:ywrap,mtrr,800x600@60
+
+label linux-c2r
+MENU LABEL larch copy-to-ram (also activates swap)
+kernel vmlinuz
+append initrd=larch.img c2r
+
+label linux-swap
+MENU LABEL larch with swap
+kernel vmlinuz
+append initrd=larch.img swap
+
+
+label memtest
+MENU LABEL Memory tester
+kernel memtest
diff --git a/build_tools/clarch/larch/profile0/kernel b/build_tools/clarch/larch/profile0/kernel
new file mode 100644
index 0000000..51635f9
--- /dev/null
+++ b/build_tools/clarch/larch/profile0/kernel
@@ -0,0 +1,2 @@
+VMLINUZ=vmlinuz26
+KVERSION=$( uname -r )