Author: alexander
Date: 2007-11-28 20:57:32 -0700 (Wed, 28 Nov 2007)
New Revision: 2144

Modified:
   trunk/doc/README.txt
   trunk/doc/lfscd-remastering-howto.txt
Log:
Copy README.html when remastering the CD


Modified: trunk/doc/README.txt
===================================================================
--- trunk/doc/README.txt        2007-11-28 15:14:51 UTC (rev 2143)
+++ trunk/doc/README.txt        2007-11-29 03:57:32 UTC (rev 2144)
@@ -215,7 +215,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: trunk/doc/lfscd-remastering-howto.txt
===================================================================
--- trunk/doc/lfscd-remastering-howto.txt       2007-11-28 15:14:51 UTC (rev 
2143)
+++ trunk/doc/lfscd-remastering-howto.txt       2007-11-29 03:57:32 UTC (rev 
2144)
@@ -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

Reply via email to