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


Ignore:
Timestamp:
Aug 27, 2015, 2:10:15 AM (9 years ago)
Author:
Bruno Cornec
Message:

Also extract EFI|boot dir in the initramfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3426 r3427  
    27572757    done
    27582758
     2759    # copy boot stuff now generated in PrepareDataDiskImage
     2760    if [ "$BOOT_TYPE" = "UEFI" ]; then
     2761        (cd $mountpoint ; tar xfz $MINDI_CACHE/all.tar.gz ./EFI)
     2762    else
     2763        (cd $mountpoint ; tar xfz $MINDI_CACHE/all.tar.gz ./boot)
     2764    fi
     2765
    27592766    mkdir -p $mountpoint/proc
    27602767    LogFile "---------------------------"
Note: See TracChangeset for help on using the changeset viewer.