summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profile0/cd-root
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/clarch/larch/profile0/cd-root')
-rw-r--r--build_tools/clarch/larch/profile0/cd-root/README8
-rw-r--r--build_tools/clarch/larch/profile0/cd-root/isolinux/isolinux.cfg29
2 files changed, 0 insertions, 37 deletions
diff --git a/build_tools/clarch/larch/profile0/cd-root/README b/build_tools/clarch/larch/profile0/cd-root/README
deleted file mode 100644
index 325b31c..0000000
--- a/build_tools/clarch/larch/profile0/cd-root/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index 0f45c6b..0000000
--- a/build_tools/clarch/larch/profile0/cd-root/isolinux/isolinux.cfg
+++ /dev/null
@@ -1,29 +0,0 @@
-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