Comment 0 for bug 283520

Revision history for this message
Agostino Russo (ago) wrote :

Binary package hint: grub-installer

Seems like the old code was removed in recent revisions, in particular there used to be the following snippet which is required by wubi

if db_get grub-installer/bootdev_directory && [ "$RET" ]; then
        sed -i "/^# groot=/s:).*:)$RET:" $ROOT/boot/grub/$menu_file
        need_update_grub=1
fi

Without the above, groot is not correct for loopinstallations.