I thought this was already committed. just a copy of what's in 4.2 branch
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 30 Jul 2008 19:42:24 +0000 (19:42 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 30 Jul 2008 19:42:24 +0000 (19:42 +0000)
config.planetlab/bootstrapfs.post

index 0d20058..c2535bd 100644 (file)
@@ -15,13 +15,6 @@ done
 # Disable splaying of cron.
 echo > ${vdir}/etc/sysconfig/crontab
 
-# sss
-# update /etc/sysconfig/network-scripts/ifup
-#  #if ! arping -q -c 2 -w 3 -D -I ${REALDEVICE} ${IPADDR} ; then
-      #echo $"Error, some other host already uses address ${IPADDR}."
-      #exit 1
-   #fi
-
 # Add site_admin account
 chroot ${vdir} /usr/sbin/useradd -p "" -u 502 -m site_admin
 
@@ -66,4 +59,3 @@ cat <<\EOF | patch -d ${vdir}/etc/sysconfig/network-scripts/
            brd ${BROADCAST:-+} dev ${REALDEVICE} ${SCOPE} label ${DEVICE}; then
            echo $"Error adding address ${IPADDR} for ${DEVICE}."
 EOF
-