[Lunar-commits] CVS: lunar-iso/isolinux README, NONE,
1.1 generate-iso.sh, NONE, 1.1 f1.txt, 1.1, 1.2 f2.txt, 1.1,
1.2 f3.txt, 1.1, 1.2 isolinux.cfg, 1.1, 1.2
Auke Kok
sofar at lunar-linux.org
Sun Mar 13 15:59:32 UTC 2005
Update of /var/cvs/lunar/lunar-iso/isolinux
In directory espresso.foo-projects.org:/tmp/cvs-serv12305
Modified Files:
f1.txt f2.txt f3.txt isolinux.cfg
Added Files:
README generate-iso.sh
Log Message:
changes... changes...
--- NEW FILE: README ---
lunar-iso ISOLINUX stuff README
The files in this directory are needed to generate the .iso file from
a tree of files. The code to build the entire system isn't present in
this directory, but you can still re-create the .ISO file and make
personal adjustments to it.
*** WARNING! ***
Please do NOT distribute your personal modifications as being 'the'
lunar ISO. We do not accept any responsability whatsoever for any ISO
we bring out, especially if it's a non-original version.
Usage:
To recreate the ISO, you will need to unpack the contents of the ISO
into a tree, edit it according to your wishes, and regenerate the .iso
image. This can then be burned to a CDR, after which it should be
bootable and running parts of the lunar installer (or something else).
To recreate the iso, cd into the directory with this README file and
issue `sh generate-iso.sh`. It will leave te image file in the parent
directory of the unpacked ISO tree, so after the command that would
be in ../../
Tip:
After booting, the ISO installer code will exit and run any file called
'/run.sh' present in the ISO if it's executable. It expects this to be
a shell script, not a binary. Use it with caution.
--- NEW FILE: generate-iso.sh ---
#!/bin/bash
cd ..
touch .lunar-cd
mkisofs -o ../unnamed.iso -R \
-V "unnamed" -v \
-d -D -N -no-emul-boot -boot-load-size 4 -boot-info-table \
-b isolinux/isolinux.bin \
-c isolinux/boot.cat \
-A "unnamed" .
rm -f .lunar.cd
Index: f1.txt
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/isolinux/f1.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- f1.txt 22 Nov 2004 20:49:54 -0000 1.1
+++ f1.txt 13 Mar 2005 15:59:29 -0000 1.2
@@ -1,5 +1,5 @@
-Lunar-%VERSION%.iso, 0cLunar (%CODENAME%)07, kernel 2.4.27
+Lunar-%VERSION%.iso, 0cLunar (%CODENAME%)07, kernel %KERNEL%
0eWelcome07 to 05Lunar Linux07 Copyright (C) 2004 by the
09Lunar-Linux team <maintainer at lunar-linux.org>07
Index: f2.txt
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/isolinux/f2.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- f2.txt 22 Nov 2004 20:49:54 -0000 1.1
+++ f2.txt 13 Mar 2005 15:59:29 -0000 1.2
@@ -1,5 +1,5 @@
-Lunar-%VERSION%.iso, 0cLunar (%CODENAME%)07, kernel 2.4.27
+Lunar-%VERSION%.iso, 0cLunar (%CODENAME%)07, kernel %KERNEL%
0eWelcome07 to 05Lunar Linux07 Copyright (C) 2004 by the
09Lunar-Linux team <maintainer at lunar-linux.org>07
Index: f3.txt
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/isolinux/f3.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- f3.txt 22 Nov 2004 20:49:54 -0000 1.1
+++ f3.txt 13 Mar 2005 15:59:29 -0000 1.2
@@ -1,5 +1,5 @@
-Lunar-%VERSION%.iso, 0cLunar (%CODENAME%)07, kernel 2.4.27
+Lunar-%VERSION%.iso, 0cLunar (%CODENAME%)07, kernel %KERNEL%
0eWelcome07 to 05Lunar Linux07 Copyright (C) 2004 by the
09Lunar-Linux team <maintainer at lunar-linux.org>07
Index: isolinux.cfg
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/isolinux/isolinux.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- isolinux.cfg 22 Nov 2004 20:49:54 -0000 1.1
+++ isolinux.cfg 13 Mar 2005 15:59:29 -0000 1.2
@@ -1,4 +1,4 @@
-DEFAULT linux
+DEFAULT install
APPEND vga=ask load_ramdisk=1 ramdisk_size=9216 initrd=initrd root=/dev/ram0 prompt_ramdisk=0
DISPLAY f1.txt
PROMPT 1
@@ -11,6 +11,9 @@
F7 f1.txt
F8 f1.txt
F9 f1.txt
+LABEL install
+ KERNEL linux
+ APPEND vga=5 load_ramdisk=1 ramdisk_size=9216 initrd=initrd root=/dev/ram0 prompt_ramdisk=0 skipinitrd=1
LABEL linux
KERNEL linux
APPEND vga=ask load_ramdisk=1 ramdisk_size=9216 initrd=initrd root=/dev/ram0 prompt_ramdisk=0
More information about the Lunar-commits
mailing list