In Eoan, link_in_boot is the default, yet curtin still generates kernel-img.conf
Bug #1847257 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subiquity |
Fix Released
|
Undecided
|
Unassigned | ||
curtin (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
In Eoan, link_in_boot is the default, yet curtin still generates kernel-img.conf
https:/
https:/
With this upload we have changed the default to be link_in_boot = yes, to be the default, without /etc/kernel-
Curtin should stop installing kernel-img.conf for Eoan and later.
Related branches
~raharper/curtin:fix/eoan-disable-kernel-img-conf
Merged
into
curtin:master
- Server Team CI bot: Approve (continuous-integration)
- Dan Watkins (community): Approve
-
Diff: 67 lines (+27/-0)3 files modifiedcurtin/commands/curthooks.py (+5/-0)
tests/unittests/test_curthooks.py (+19/-0)
tests/vmtests/__init__.py (+3/-0)
description: | updated |
Changed in curtin (Ubuntu): | |
status: | Triaged → In Progress |
Changed in subiquity: | |
status: | New → Fix Released |
To post a comment you must log in.
commit 08bf6ff7c6dd919 bb420f610d2b427 ce161d6096
Author: Dimitri John Ledkov <email address hidden>
Date: Thu Apr 11 18:29:03 2019 +0000
Setup kernel-img.conf like base-installer/ live-installer did.
LP: #1534162
Should we remove it entirely, or only on target_release E and newer?
Or can we tell whether we should or should not?