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

It appears that a problem was introduced in the 1.4 release on my fedora
10 laptop.  The following section of the %post section of my kickstarts
used to poduce a desired host name of dbg01.dbg.gesi (or whatever node I
was building).

# set hostname and populate hosts file
cat >> /etc/sysconfig/networking << EOF
NETWORKING=yes
HOSTNAME=$grid$node.dbg.gesi
EOF

%hostname produces: dbg.dbg.gesi.

If I escape the . after the variable as follows:

# set hostname and populate hosts file
cat >> /etc/sysconfig/networking << EOF
NETWORKING=yes
HOSTNAME=$grid$node\.dbg.gesi
EOF

%hostname is dbg01.dbg.gesi.  The /etc/sysconfig/network file keeps the
\, as expected.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAklZJQYACgkQsGBgRqdy/C0DWgCeNU69GscYDuMVzRfWebgO1mUE
SKQAnjpmciqbKgZqKPyHIolZ/tP38Be9
=fRUQ
-----END PGP SIGNATURE-----
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to