diff -Nru /tmp/LXFd7txkUo/base-installer-1.42ubuntu9/debian/changelog /tmp/IaeRB7HZkM/base-installer-1.42ubuntu10/debian/changelog --- /tmp/LXFd7txkUo/base-installer-1.42ubuntu9/debian/changelog 2006-04-19 18:54:47.000000000 +0100 +++ /tmp/IaeRB7HZkM/base-installer-1.42ubuntu10/debian/changelog 2006-04-20 08:52:24.000000000 +0100 @@ -1,3 +1,9 @@ +base-installer (1.42ubuntu10) dapper; urgency=low + + * Run kernel_update_list before checking kernel overrides. + + -- Colin Watson Thu, 20 Apr 2006 08:52:22 +0100 + base-installer (1.42ubuntu9) dapper; urgency=low * Update the kernel_update_list regex to match linux-server and diff -Nru /tmp/LXFd7txkUo/base-installer-1.42ubuntu9/debian/postinst /tmp/IaeRB7HZkM/base-installer-1.42ubuntu10/debian/postinst --- /tmp/LXFd7txkUo/base-installer-1.42ubuntu9/debian/postinst 2006-04-19 18:53:21.000000000 +0100 +++ /tmp/IaeRB7HZkM/base-installer-1.42ubuntu10/debian/postinst 2006-04-20 08:51:43.000000000 +0100 @@ -366,6 +366,8 @@ } pick_kernel () { + kernel_update_list + # Check for overrides if db_get base-installer/kernel/override-image && [ "$RET" ]; then if kernel_present "$RET"; then @@ -385,8 +387,6 @@ KERNEL="$RET" fi - kernel_update_list - # For now, only present kernels we believe to be usable. We may have # to rethink this later, but if there are no usable kernels it # should be accompanied by an error message. The default must still