diff options
author | James Meyer <jams@linhes.org> | 2010-12-04 23:44:45 (GMT) |
---|---|---|
committer | James Meyer <jams@linhes.org> | 2010-12-04 23:44:51 (GMT) |
commit | f51fb708846d13222bd97b3f760eb3be902c0be0 (patch) | |
tree | ad25ff81828f12cb7da86384863e163cb4e001f2 /build_tools/clarch/larch/profile0 | |
parent | 4384efe238cdfeac86fae0d8e1097a409350f8c6 (diff) | |
download | linhes_dev-f51fb708846d13222bd97b3f760eb3be902c0be0.zip |
remove old versions of larch 6 and 7
Diffstat (limited to 'build_tools/clarch/larch/profile0')
-rw-r--r-- | build_tools/clarch/larch/profile0/cd-root/README | 8 | ||||
-rw-r--r-- | build_tools/clarch/larch/profile0/cd-root/isolinux/isolinux.cfg | 29 | ||||
-rw-r--r-- | build_tools/clarch/larch/profile0/kernel | 2 |
3 files changed, 0 insertions, 39 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 diff --git a/build_tools/clarch/larch/profile0/kernel b/build_tools/clarch/larch/profile0/kernel deleted file mode 100644 index 51635f9..0000000 --- a/build_tools/clarch/larch/profile0/kernel +++ /dev/null @@ -1,2 +0,0 @@ -VMLINUZ=vmlinuz26 -KVERSION=$( uname -r ) |