Merge lp:~julian-edwards/maas/hwe-kernel-di into lp:~maas-committers/maas/trunk

Proposed by Julian Edwards
Status: Merged
Approved by: Julian Edwards
Approved revision: no longer in the source branch.
Merged at revision: 2307
Proposed branch: lp:~julian-edwards/maas/hwe-kernel-di
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 16 lines (+4/-2)
1 file modified
contrib/preseeds_v2/preseed_master (+4/-2)
To merge this branch: bzr merge lp:~julian-edwards/maas/hwe-kernel-di
Reviewer Review Type Date Requested Status
Graham Binns (community) Approve
Review via email: mp+218549@code.launchpad.net

Commit message

Remove the kernel package override in preseed_master. This allows d-i to install the right thing as dictated by the initrd in use.

To post a comment you must log in.
Revision history for this message
Scott Moser (smoser) wrote :

Can you please verify if this works with precise ?
If you use the default precise, i'm not sure what the default precise (non-hwe) kernel will select.

Revision history for this message
Julian Edwards (julian-edwards) wrote :

On 07/05/14 15:40, Scott Moser wrote:
> Can you please verify if this works with precise ?
> If you use the default precise, i'm not sure what the default precise (non-hwe) kernel will select.
>

Yeah, kicking that off now.

Revision history for this message
Graham Binns (gmb) :
review: Approve
Revision history for this message
Julian Edwards (julian-edwards) wrote :

It does work, so landing this.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'contrib/preseeds_v2/preseed_master'
2--- contrib/preseeds_v2/preseed_master 2014-02-04 02:26:56 +0000
3+++ contrib/preseeds_v2/preseed_master 2014-05-07 05:18:06 +0000
4@@ -40,8 +40,10 @@
5 d-i partman/confirm_nooverwrite boolean true
6 d-i partman/default_filesystem string ext4
7
8-# Use server kernel
9-d-i base-installer/kernel/image string linux-server
10+# Enable this if you want to override to a specific kernel, such as
11+# linux-generic-lts-saucy, but Debian Installer should pick the right one based
12+# on the boot kernel.
13+#d-i base-installer/kernel/image string linux-server
14
15 # User Setup
16 d-i passwd/root-login boolean false