Changeset 3397 in MondoRescue for branches/3.2/mindi/mindi


Ignore:
Timestamp:
Aug 4, 2015, 8:57:22 AM (9 years ago)
Author:
Bruno Cornec
Message:

Adds a boot-type config option

It's filled by mondoarchive, passed to mindi as new 23rd param and
stored in the config file. It's also now read at restore time. No
exploitation of this parameter is done yet.
Remains also to prepare a correct bootable device for restoration
(currently ia64 == EFI we should manage the boot loader separately from
the boot type and from the boot env of the DR media)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3396 r3397  
    959959    echo "use-lzma $use_lzma" >> $outfile
    960960    echo "use-comp $use_comp" >> $outfile
     961    echo "boot-type $BOOT_TYPE" >> $outfile
    961962    echo "datestamp `date`" >> $outfile
    962963    [ "$ESTIMATED_TOTAL_NOOF_SLICES" ] && echo "total-slices $ESTIMATED_TOTAL_NOOF_SLICES" >> $outfile
     
    32313232        USE_LZMA="${21}"
    32323233        NOT_BOOT="${22}"
     3234        BOOT_TYPE="${23}"
    32333235        [ "$USE_COMP" = "" ] && USE_COMP=yes
    32343236        [ "$USE_GZIP" = "" ] && USE_GZIP=no
Note: See TracChangeset for help on using the changeset viewer.