Changes

Jump to navigation Jump to search
53 bytes added ,  19:35, 16 August 2012
m
Fixed mksquashfs call syntax
Line 39: Line 39:     
Step 6: Copy the root filesystem image back into the squashfs image, you may need -noappend  
 
Step 6: Copy the root filesystem image back into the squashfs image, you may need -noappend  
  <nowiki>mksquashfs ext3fs.img /run/media/*/LIVE/LiveOS/squashfs.img</nowiki>
+
  <nowiki>mkdir LiveOS
 +
mv ext3fs.img LiveOS
 +
mksquashfs LiveOS/ext3fs.img /run/media/*/LIVE/LiveOS/squashfs.img -noappend</nowiki>

Navigation menu