Magellan Linux

Diff of /trunk/mlivecdbuild/mlivecdbuild2.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2098 by niro, Thu Mar 28 15:39:45 2013 UTC revision 2099 by niro, Thu Mar 28 15:40:19 2013 UTC
# Line 353  generate_rootfs() Line 353  generate_rootfs()
353    
354   # copy everything to the image file and preserve permissions   # copy everything to the image file and preserve permissions
355   ( cd ${CDCHROOTDIR} && tar cpf - . ) | ( cd ${LIVECDROOT}/loop/mnt && tar xvpf - )   ( cd ${CDCHROOTDIR} && tar cpf - . ) | ( cd ${LIVECDROOT}/loop/mnt && tar xvpf - )
356     sleep 3
357    
358   # now umount everything and create the squashfs image   # now umount everything and create the squashfs image
359   umount ${LIVECDROOT}/loop/mnt || die   umount ${LIVECDROOT}/loop/mnt || die

Legend:
Removed from v.2098  
changed lines
  Added in v.2099