Remove /etc/conf.d/domainname code, since /etc/conf.d/domainname is no longer used.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 28 Feb 2008 17:00:01 +0000 (17:00 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 28 Feb 2008 17:00:01 +0000 (17:00 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1339 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index 920d5c4863f2681e58db959ae25bcfc4d22c07a2..a383ba154284d4bff1c5a31b16215d740dd7f8cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  Remove /etc/conf.d/domainname code, since /etc/conf.d/domainname is no
+  longer used.
+
   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/livecd-stage2/livecd-stage2-controller.sh:
   Fixing the snapshot copying so it will only copy the correct snapshot for
index 57d4cbd59f3b284f5e0c52c1c3447b86f035ded6..53df15e4ab71133e39f1bf1472586ae497122a1b 100755 (executable)
@@ -30,8 +30,6 @@ else
        echo 'HOSTNAME="livecd"' > /etc/conf.d/hostname
        echo "127.0.0.1 livecd.gentoo livecd localhost" > /etc/hosts
 fi
-echo 'OVERRIDE=0' > /etc/conf.d/domainname
-echo 'DNSDOMAIN="gentoo"' >> /etc/conf.d/domainname
 
 # Add any users
 if [ -n "${clst_livecd_users}" ]