Changeset 3281 in MondoRescue
- Timestamp:
- Apr 30, 2014, 7:58:11 PM (11 years ago)
- Location:
- branches/3.2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/deplist.d/udev.conf
r3274 r3281 17 17 /etc/udev 18 18 /etc/hotplug.d 19 20 /usr/sbin/dmeventd 19 21 20 22 # On ArchLinux -
branches/3.2/mindi/mindi
r3278 r3281 1729 1729 if [ "$CDRECOVERY" != "yes" ] ; then 1730 1730 if [ -e "$MINDI_TMP/NETFS-SERVER-MOUNT" ] ; then 1731 echo -en "Press < enter> for network restore\n"1731 echo -en "Press <0eenter07> for 0cnetwork restore07\n" 1732 1732 echo -en "$BOOT_MEDIA_MESSAGE" 1733 1733 elif [ ! "$MINDI_TMP" ] ; then … … 2093 2093 Die "You have $res files present in dependency list\nbut absent from filesystem." 2094 2094 fi 2095 FindAndAddUserKeyboardMappingFile2096 2095 mkdir -p $bigdir/tmp 2097 2096 if [ _"$MONDO_SHARE" != _"" ]; then … … 2100 2099 cp -f $MINDI_TMP/$MRCFG $bigdir/tmp &> /dev/null 2101 2100 fi 2101 2102 # Needs to be done after the MRCFG creation 2103 FindAndAddUserKeyboardMappingFile 2104 2102 2105 [ -d "/mnt/.boot.d" ] && echo "GENTOO" > $bigdir/tmp/DUMBASS-GENTOO 2103 2106 DropOptimizedLibraries $needlist $bigdir -
branches/3.2/mondo/src/common/libmondo-archive.c
r3280 r3281 683 683 fatal_error("The de facto standard location for your boot loader's config file is /boot/grub/menu.lst, /boot/grub/grub.cfg, or /boot/grub2/grub.cfg but I cannot find it there. What is wrong with your Linux distribution?"); 684 684 } 685 mr_asprintf(bootldr_ver, "%s", call_program_and_get_last_line_of_output("grub --version "));685 mr_asprintf(bootldr_ver, "%s", call_program_and_get_last_line_of_output("grub --version 2> /dev/null")); 686 686 if (strcmp(bootldr_ver,"") ==0) { 687 687 mr_free(bootldr_ver);
Note:
See TracChangeset
for help on using the changeset viewer.