if ip is specified on cmdline, networking should be brought up in initramfs
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| cloud-initramfs-tools (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
| initramfs-tools (Debian) |
Fix Released
|
Unknown
|
|||
| initramfs-tools (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
if the initramfs has 'ip=' on the cmdline, it is arguable that we should bring the respective interface up as indicated.
Currently, initramfs only does this if something thinks it should.
Ie, open-iscsi might do it, or some other things might call 'configure_
But it seems reasonable that if the user put 'ip=' on the cmdline then they wanted that to happen in initramfs.
Additionally, one feature i'd like to have (admittedly for debug purposes) is the ability to write the /run/initramfs/
I've done this before, the code to do it is available in intramfs-tools style module at
http://
generically, it seems like it'd be nice to have a way to have the same functionality that open-iscsi.
that is explicitly to patch over an existing initramfs (no 'hooks' directory).
| description: | updated |
| Changed in initramfs-tools (Ubuntu): | |
| status: | New → Triaged |
| Changed in initramfs-tools (Debian): | |
| status: | Unknown → New |
| Changed in initramfs-tools (Debian): | |
| status: | New → Fix Released |

Marked this as affecting initramfs-tools and cloud-initramfs -tools. only one of them is needed.