Changeset 3416 in MondoRescue
- Timestamp:
- Aug 21, 2015, 1:41:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3415 r3416 1923 1923 LogFile "INFO: Copying $MINDI_TMP/initrd.img to $mountpoint/initrd.img..." 1924 1924 cp -f $MINDI_TMP/initrd.img $mountpoint/initrd.img 2>> $LOGFILE 1925 if [ $BOOT_TYPE = "UEFI" ]; then 1926 # for grub 0.97 the conf file is not read with the grub.efi file :-( 1927 cp $liloconf $mountpoint 1928 fi 1925 1929 if [ "$?" -ne "0" ] ; then 1926 1930 LogAll "ERROR: Failed to copy $MINDI_TMP/initrd.img to $mountpoint"
Note:
See TracChangeset
for help on using the changeset viewer.