[24277] in Source-Commits
/svn/athena r23875 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (andrew m. boardman)
Thu Jun 18 18:03:24 2009
X-Barracuda-Envelope-From: amb@mit.edu
Date: Thu, 18 Jun 2009 18:03:12 -0400
From: "andrew m. boardman" <amb@MIT.EDU>
Message-Id: <200906182203.n5IM3CRF022666@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: amb
Date: 2009-06-18 18:03:11 -0400 (Thu, 18 Jun 2009)
New Revision: 23875
Modified:
trunk/debathena/scripts/installer/install-debathena.sh
Log:
s/athena10.preseed/debathena.preseed/g
Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh 2009-06-18 21:48:10 UTC (rev 23874)
+++ trunk/debathena/scripts/installer/install-debathena.sh 2009-06-18 22:03:11 UTC (rev 23875)
@@ -131,9 +131,9 @@
# Switch to canonical hostname.
ohostname=`cat /etc/hostname`
# Hack to avoid installing debconf-get for just this.
- ipaddr=`grep netcfg/get_ipaddress /root/athena10.preseed|sed -e 's/.* //'`
- netmask=`grep netcfg/get_netmask /root/athena10.preseed|sed -e 's/.* //'`
- gateway=`grep netcfg/get_gateway /root/athena10.preseed|sed -e 's/.* //'`
+ ipaddr=`grep netcfg/get_ipaddress /root/debathena.preseed|sed -e 's/.* //'`
+ netmask=`grep netcfg/get_netmask /root/debathena.preseed|sed -e 's/.* //'`
+ gateway=`grep netcfg/get_gateway /root/debathena.preseed|sed -e 's/.* //'`
hostname=`host $ipaddr | \
sed 's#^.*domain name pointer \(.*\)$#\1#' | sed 's;\.*$;;' | \