Bug ID 1146661
Summary (Dracut) ifup in network-legacy fails because hotname bin is not there
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter aplanas@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

When creating a PXE boot image with python-kiwi, using the openSUSE Factory
repos, the initrd generate an error when doing ifup:

/sbin/ifup: line 73 hostname not found (or something like that)

The issue, after debugging a bit the code, is that the hostname binary is not
present in the initrd ramfs, but is indeed required by the
35network-legacy/ifup.sh script, in line 73

https://github.com/aplanas/dracut/blob/SUSE/049/modules.d/35network-legacy/ifup.sh#L73

Maybe a missing `inst_multiple -o hostname` in 
35network-legacy/module-setup.sh?


You are receiving this mail because: