Changeset 1766 in MondoRescue for branches/2.2.5/mondo


Ignore:
Timestamp:
Nov 4, 2007, 3:23:15 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • strace useful for debug
  • fix new versions for pb (2.0.0 for mindi and 1.7.2 for mindi-busybox)
  • fix build process for mindi-busybox + options used in that version (dd for label-partitions-as-necessary)
  • fix typo in label-partitions-as-necessary which doesn't seem to work
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/restore-scripts/mondo/label-partitions-as-necessary

    r1763 r1766  
    3333        elif [ "$format" = "swap" ] ; then
    3434            if [ "$opttun" = "-U" ]; then
    35                 echo -n "$label" | perl -ne 's/-//g;chomp;print pack "H*",$_' | dd conv=notrunc "of=$mountpt" obs=1 seek=1036 2> .dev/null
    36                 LogIt "Creating uuid on swap partition $label"
     35                LogIt "Creating uuid $label on swap partition $label"
     36                echo -n "$label" | perl -ne 's/-//g;chomp;print pack "H*",$_' | dd conv=notrunc "of=$mountpt" obs=1 seek=1036
    3737            else
    3838                command="mkswap $opttun $label $mountpt"
Note: See TracChangeset for help on using the changeset viewer.