This commit is contained in:
Anthony Young 2011-10-26 23:32:30 -07:00
parent a693655cac
commit 2a4a3424b4

View file

@ -175,7 +175,7 @@ if ! grep -q $GUEST_NAME $STAGING_DIR/etc/hosts; then
echo "$MGT_IP $GUEST_NAME" >> $STAGING_DIR/etc/hosts echo "$MGT_IP $GUEST_NAME" >> $STAGING_DIR/etc/hosts
fi fi
# Configre hosts file # Configure hosts file
cat <<EOF >$STAGING_DIR/etc/hosts cat <<EOF >$STAGING_DIR/etc/hosts
$MGT_IP $GUEST_NAME $MGT_IP $GUEST_NAME
127.0.0.1 localhost localhost.localdomain 127.0.0.1 localhost localhost.localdomain