- Timestamp:
- Mar 3, 2016, 9:32:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3523 r3524 2856 2856 (cd "$mountpoint" ; ln -sf usr/sbin/init init) 2857 2857 # create cpio image file and unmount loop filesystem 2858 (cd "$mountpoint" ; find . -print | cpio -o -H newc | gzip -9 > $rdz_fname 2> /dev/null)2858 (cd "$mountpoint" ; find . -print | cpio -o -H newc 2> /dev/null | gzip -9 > $rdz_fname) 2859 2859 umount $mountpoint || Die "Cannot unmount $tempfile" 2860 2860 # log that we are done
Note:
See TracChangeset
for help on using the changeset viewer.