From 62e016365c6d054f80bce17824bdb089ce83701e Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Jun 15 2011 07:15:09 +0000 Subject: Fixed hostname in the DVD ks too --- diff --git a/ks/centos6-liveDVD-desktop.cfg b/ks/centos6-liveDVD-desktop.cfg index 8ee3593..2311c0a 100644 --- a/ks/centos6-liveDVD-desktop.cfg +++ b/ks/centos6-liveDVD-desktop.cfg @@ -269,8 +269,8 @@ touch /media/.hal-mtab sed -i -e 's/hwclock/no-such-hwclock/g' /etc/rc.d/init.d/halt # set the LiveCD hostname -sed -i -e 's/HOSTNAME=localhost.localdomain/HOSTNAME=livecd.test.centos.org/g' /etc/sysconfig/network -/bin/hostname livecd.test.centos.org +sed -i -e 's/HOSTNAME=localhost.localdomain/HOSTNAME=livedvd.centos/g' /etc/sysconfig/network +/bin/hostname livedvd.centos ## create the LiveCD default user # add default user with no password