remove partition hint on grub installation menu, it is not recommended at all by grub/arch devs

This commit is contained in:
Tobias Powalowski 2013-03-25 16:26:28 +01:00
parent 9a216ba5a0
commit f461093a1d

View file

@ -4547,7 +4547,7 @@ dogrub_bios() {
return 1
fi
DIALOG --menu "Select the boot device where the GRUB(2) bootloader will be installed (usually the MBR and not a partition)." 14 55 7 ${DEVS} 2>${ANSWER} || return 1
DIALOG --menu "Select the boot device where the GRUB(2) bootloader will be installed." 14 55 7 ${DEVS} 2>${ANSWER} || return 1
bootdev=$(cat ${ANSWER})
fi