MODULES=list results in error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
initramfs-tools (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Invalid
|
Undecided
|
Unassigned | ||
Focal |
Fix Released
|
Low
|
Dan Streetman | ||
Groovy |
Fix Released
|
Low
|
Dan Streetman |
Bug Description
[impact]
setting MODULES=list in /etc/initramfs-
[test case]
edit initramfs.conf to change MODULES=list and run update-initramfs:
$ grep MODULES /etc/initramfs-
# MODULES: [ most | netboot | dep | list ]
MODULES=list
$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.
find: ‘/var/tmp/
[regression potential]
any regression would likely result in an initramfs that did not include the correct/required modules, and/or failure to build a new initramfs
[scope]
this is needed for f and g.
this is not fixed in debian, but is fixed in h and i.
the code in b is different and doesn't include this bug, so this doesn't apply to b.
for debian, MR open:
https:/
[other info]
this caused some of the 'amd64-*' autopkgtests to fail in h until it was fixed. those autopkgtests don't exist in g and earlier so this was not noticed until now.
Changed in initramfs-tools (Ubuntu): | |
status: | New → Fix Released |
description: | updated |
Changed in initramfs-tools (Ubuntu Bionic): | |
status: | New → Invalid |
description: | updated |
Changed in initramfs-tools (Ubuntu Focal): | |
status: | New → In Progress |
Changed in initramfs-tools (Ubuntu Groovy): | |
status: | New → In Progress |
Changed in initramfs-tools (Ubuntu Focal): | |
assignee: | nobody → Dan Streetman (ddstreet) |
Changed in initramfs-tools (Ubuntu Groovy): | |
assignee: | nobody → Dan Streetman (ddstreet) |
Changed in initramfs-tools (Ubuntu Focal): | |
importance: | Undecided → Low |
Changed in initramfs-tools (Ubuntu Groovy): | |
importance: | Undecided → Low |
uploaded to f/g