Author: alexander
Date: 2007-11-28 20:59:40 -0700 (Wed, 28 Nov 2007)
New Revision: 2145
Modified:
branches/minimal/doc/README.txt
branches/minimal/doc/lfscd-remastering-howto.txt
Log:
Merged r2144 from trunk
Modified: branches/minimal/doc/README.txt
===================================================================
--- branches/minimal/doc/README.txt 2007-11-29 03:57:32 UTC (rev 2144)
+++ branches/minimal/doc/README.txt 2007-11-29 03:59:40 UTC (rev 2145)
@@ -126,7 +126,7 @@
* Copy all files except root.ext2 from the original image:
mount -t iso9660 -o loop lfslivecd-[version].iso $WORK/orig
- cp -a $WORK/orig/*/ $WORK/copy/
+ cp -a $WORK/orig/*/ $WORK/orig/README.html $WORK/copy/
umount $WORK/orig
* Copy the compressed root.ext2 file without uncompressing it:
Modified: branches/minimal/doc/lfscd-remastering-howto.txt
===================================================================
--- branches/minimal/doc/lfscd-remastering-howto.txt 2007-11-29 03:57:32 UTC
(rev 2144)
+++ branches/minimal/doc/lfscd-remastering-howto.txt 2007-11-29 03:59:40 UTC
(rev 2145)
@@ -161,7 +161,7 @@
mkdir $WORK/iso
Copy the directory structure from the original LiveCD:
- cp -r /media/cdrom/*/ $WORK/iso
+ cp -r /media/cdrom/*/ /media/cdrom/README.html $WORK/iso
Replace the stock initramfs images (and, possibly, kernel images) with your
own:
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page