Changeset 1734 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/untar


Ignore:
Timestamp:
Oct 29, 2007, 2:24:06 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • untar-and-softlink => untar (+ interface change)
  • suppress useless softlinks creation/removal in boot process
  • avoids udevd messages on groups
  • Increase # of disks to 99 as in mindi at restore time (should be a conf file parameter)
  • skip existing big file creation
  • seems to work correctly for USB mindi boot
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/rootfs/sbin/untar

    r1731 r1734  
    1616mountpoint=/mnt/floppy
    1717[ -e "/tmp/CDROM-LIVES-HERE" ] && mountpoint=/mnt/cdrom/images
    18 [ "$#" -eq "3" ] || Die "untar-and-softlink <tarball> <untar_to> <softlink_to>"
     18[ "$#" -eq "2" ] || Die "untar <tarball> <untar_to>"
    1919diskno=$1
    2020untar_path=$2
    21 #softlink_path=$3
    2221tarball=$mountpoint/$diskno.tar.gz
    2322if [ -e "/tmp/CDROM-LIVES-HERE" ] ; then
Note: See TracChangeset for help on using the changeset viewer.