[util-iso] enable os-prober by default

This commit is contained in:
Philip Müller 2021-03-29 17:17:00 +02:00
parent b12ff4a491
commit b99d489ef5

View file

@ -362,6 +362,9 @@ make_image_desktop() {
reset_pac_conf "${path}"
seed_snaps ${path}
echo "Enable os-prober"
sed -i -e 's,.*GRUB_DISABLE_OS_PROBER=.*,GRUB_DISABLE_OS_PROBER=false",' "${path}/etc/default/grub"
umount_fs
clean_up_image "${path}"