netcfg fails to recognize BOOTIF
Bug #1363681 reported by
Jens Elkner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
netcfg (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I'm trying to create a hands-off server installation, however, it seems impossible wrt. Ubuntu. One thing is the buggy netcfg:
Aug 31 15:29:26 netcfg[696]: INFO: Starting netcfg v.1.116ubuntu1 (built 20140403-1424)
...
Aug 31 15:29:26 netcfg[696]: INFO: Could not find valid BOOTIF= entry in /proc/cmdline
But: cat /proc/cmdline
BOOT_IMAGE=http://
To post a comment you must log in.
Digging around I found the curent runk for netconfig and saw, that it probably finds BOOTIF= now and used this binary instead. However, it doesn't seem to work (at least not as I expect it, i.e. what other distros/demos do). So I created the follwoing patches, which make it work.