diff -Nru grub-installer-1.27ubuntu7/debian/changelog grub-installer-1.27ubuntu8/debian/changelog --- grub-installer-1.27ubuntu7/debian/changelog 2008-04-14 20:55:10.000000000 -0400 +++ grub-installer-1.27ubuntu8/debian/changelog 2008-05-02 12:52:56.000000000 -0400 @@ -1,3 +1,10 @@ +grub-installer (1.27ubuntu8) hardy-proposed; urgency=low + + * Let grub automatically detect the boot device when using Wubi + (LP: #217348). + + -- Evan Dandrea Fri, 02 May 2008 12:51:15 -0400 + grub-installer (1.27ubuntu7) hardy; urgency=low [ Colin Watson ] diff -Nru /tmp/Q6nOwh2LNB/grub-installer-1.27ubuntu7/grub-installer /tmp/oZDuBwsz6l/grub-installer-1.27ubuntu8/grub-installer --- grub-installer-1.27ubuntu7/grub-installer 2008-04-14 20:51:18.000000000 -0400 +++ grub-installer-1.27ubuntu8/grub-installer 2008-05-02 12:44:23.000000000 -0400 @@ -857,7 +857,7 @@ fi if db_get grub-installer/bootdev_directory && [ "$RET" ]; then - sed -i "/^# groot=/s:).*:)$RET:" $ROOT/boot/grub/$menu_file + sed -i "s:^# groot=(hd.*:# groot=()$RET:" $ROOT/boot/grub/$menu_file need_update_grub=1 fi