diff --git a/lib/util-iso.sh b/lib/util-iso.sh index 97f6e59..ee49288 100644 --- a/lib/util-iso.sh +++ b/lib/util-iso.sh @@ -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}"