Should honour hostname from DHCP
Bug #24600 reported by
Guilherme Salgado
on 2005-10-25
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| initramfs-tools (Ubuntu) |
Wishlist
|
Unassigned |
Bug Description
scripts/nfs should set the hostname if available from the net-${DEVICE}.conf file
Christian Reis (kiko) wrote : | #2 |
See also bug #42929.
Adam Conrad (adconrad)
on 2008-01-23
Changed in initramfs-tools: | |
assignee: | adconrad → nobody |
Phillip Susi (psusi)
on 2010-11-01
Changed in initramfs-tools (Ubuntu): | |
status: | New → Triaged |
To post a comment you must log in.
Colin Watson added the hostname applet in busybox-initramfs 1:1.01-3ubuntu2.
If you add the line
hostname = ${HOSTNAME}
in scripts/nfs, it solves the problem.