BTS

Issue679

Title [PATCH1+2] dhcphostname support
Priority feature Status resolved
Superseder Nosy List andreas, mika
Assigned To Topics release-stopper

Created on 2009-06-02.11:47:49 by andreas, last changed 2009-10-17.13:25:12 by mika.

Files
File name Uploaded Type Edit Remove
dhcphostname-pump.patch andreas, 2009-06-02.11:47:48 text/plain
dhcphostname-ts.patch andreas, 2009-06-02.11:47:46 text/plain
Messages
msg2509 (view) Author: mika Date: 2009-10-17.13:25:09
We believe that your issue has been closed by the upload of
Version 0.8.34 of grml-autoconfig from Michael Prokop <mika@grml.org>.
The explanation is attached below

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 17 Oct 2009 14:58:28 +0200
Source: grml-autoconfig
Binary: grml-autoconfig
Architecture: source all
Version: 0.8.34
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop <mika@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-autoconfig - main bootup process of a grml system
Changes: 
 grml-autoconfig (0.8.34) unstable; urgency=low
 .
   [ Ulrich Dangel ]
   * Integrate patch by Andreas Thienemann <andreas@bawue.net> (thanks!):
     Add a dhcphostname option to grml which will set the hostname of the
     booted system according to the dns information.
     This Patch implements support for the non-netboot cases by adding
     an appropriate script to be called by pump.
 .
   * Reworked and grmlfied patch from Andreas Thienemann:
     Introduced etc/grml/pump-scripts.d, added wrapper script
     /usr/lib/grml-autoconfig/pump-runparts, modified set-hostname to use
     checkbootparam and run it per default (disable via 'nodhcphostname').
 .
   [ Michael Prokop ]
   * Make sure the hostname script is executed only in live mode and
     uses grml-hostname for adjusting /etc/hosts as well.
     [Closes: issue679]
Checksums-Sha1: 
 0dc418f29d95f76c6a187a503616d3660129c3d1 935 grml-autoconfig_0.8.34.dsc
 f7b4f9aae0affbefb2bfb961b2600a36d0ec0738 79537 grml-autoconfig_0.8.34.tar.gz
 a0f26fb34e7204c770b21e778d50cf05a306777b 93932 grml-autoconfig_0.8.34_all.deb
Checksums-Sha256: 
 50ed0b57b6e9843130c8f47165b1390ff2b7288ebb3441c17c4fe9155130ae01 935 grml-autoconfig_0.8.34.dsc
 5d57a146beb55a59f33f400b1dcaa7707684ea3e107f6e66eb59e940593a86d8 79537 grml-autoconfig_0.8.34.tar.gz
 ad9f5ac59eef33855739918a5148e91097fb1ff517f0342b5e25ed020b6c9dd6 93932 grml-autoconfig_0.8.34_all.deb
Files: 
 78f00fad43254459f381862431497185 935 grml optional grml-autoconfig_0.8.34.dsc
 46b303e6281c9fca7f5d7666ec76b3c1 79537 grml optional grml-autoconfig_0.8.34.tar.gz
 ae57c41fcb35044bc78c448bbdee54b2 93932 grml optional grml-autoconfig_0.8.34_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFK2cPh2N9T+zficugRAujHAJ4rGtnNZe+gbTIF/sHfeAwAqtC76gCaApfD
FRpwtErfO/ogjZI0EkbIAec=
=ZN3f
-----END PGP SIGNATURE-----
msg2392 (view) Author: mika Date: 2009-08-05.02:04:16
Marking this bugreport as release-stopper so we don't oversee it before we plan 
to release.

thx && regards,
-mika-
msg2263 (view) Author: andreas Date: 2009-06-02.11:47:49
Using this bootoption will lookup the assigned ip address received by dhcp 
and assign the reverse pointer as the local hostname.

This helps keeping systems apart when netbooting/working remotely on them 
via ssh.
History
Date User Action Args
2009-10-17 13:25:12mikasetstatus: chatting -> resolved
nosy: mika, andreas
messages: + msg2509
2009-08-05 02:04:16mikasettopic: + release-stopper
nosy: mika, andreas
status: unread -> chatting
messages: + msg2392
2009-06-02 13:52:14mikasetpriority: feature
nosy: + mika
2009-06-02 11:47:49andreascreate