Changeset 3524 in MondoRescue for branches


Ignore:
Timestamp:
Mar 3, 2016, 9:32:56 PM (8 years ago)
Author:
Bruno Cornec
Message:

Remove printing of a remaining info message from cpio which was going to the console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3523 r3524  
    28562856        (cd "$mountpoint" ; ln -sf usr/sbin/init init)
    28572857        # 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)
    28592859        umount $mountpoint || Die "Cannot unmount $tempfile"
    28602860        # log that we are done
Note: See TracChangeset for help on using the changeset viewer.