Bug ID | 1089334 |
---|---|
Summary | dracut doesn't set the hostname over DHCP |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | daniel.molkentin@suse.com |
Reporter | fvogt@suse.com |
QA Contact | qa-bugs@suse.de |
CC | mt@suse.com |
Found By | --- |
Blocker | --- |
Even if the DHCP server's response includes the host-name option, it's not read. The dracut module attempts to do so, but AFAICT the leaseinfo file doesn't include the hostname. https://github.com/openSUSE/dracut/blob/25c8b7f654a906d9829e273578b02d5e6a4c2b0c/modules.d/40network/ifup.sh#L135 The hostname is applied correctly after wicked got started in the final sysroot.