installer.kmdr: allow grub installation to gpt disk device which will install it in the bios_grub partition
This commit is contained in:
parent
5aa3b7aca6
commit
4690ebb1d5
@ -2258,6 +2258,8 @@ function get_udisks_key_last() {
|
|||||||
if [ "$is_system_internal" == "1" -o "@removablebox.checked" == "1" ]; then
|
if [ "$is_system_internal" == "1" -o "@removablebox.checked" == "1" ]; then
|
||||||
[ "$partscheme" == "mbr" ] && \
|
[ "$partscheme" == "mbr" ] && \
|
||||||
dcop @dcopid KommanderIf "addListItem(QString,QString,int)" mbrbox "${device:5} (master boot record)" 0
|
dcop @dcopid KommanderIf "addListItem(QString,QString,int)" mbrbox "${device:5} (master boot record)" 0
|
||||||
|
[ "$partscheme" == "gpt" ] && \
|
||||||
|
dcop @dcopid KommanderIf "addListItem(QString,QString,int)" mbrbox "${device:5} (bios_grub partition)" 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user