Changeset 3417 in MondoRescue
- Timestamp:
- Aug 21, 2015, 2:32:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3416 r3417 1925 1925 if [ $BOOT_TYPE = "UEFI" ]; then 1926 1926 # for grub 0.97 the conf file is not read with the grub.efi file :-( 1927 cp $liloconf $ mountpoint1927 cp $liloconf $MINDI_TMP 1928 1928 fi 1929 1929 if [ "$?" -ne "0" ] ; then … … 2071 2071 mkdir -p $bigdir/dev 2072 2072 cp -pRdf $j $bigdir/dev/boot_device 2>> $LOGFILE || Die "Unable to create /dev/boot_device on ramdisk" 2073 fi 2074 2075 if [ $BOOT_TYPE = "UEFI" ]; then 2076 # for grub 0.97 the conf file is not read with the grub.efi file :-( 2077 # Not very nice, but needed 2078 if [ -f $MINDI_TMP/grub.conf ]; then 2079 mkdir -p $bigdir/boot/grub 2080 cp $MINDI_TMP/grub.conf $bigdir/boot/grub 2081 fi 2073 2082 fi 2074 2083
Note:
See TracChangeset
for help on using the changeset viewer.