Don't match hostname to localhost in /etc/hosts

This commit is contained in:
Albert Hopkins 2010-08-15 15:22:24 -04:00
parent 3c22dab4cf
commit eaf9c7cf82
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ sysconfig: preproot fstab
sed -i 's/^#s0:/s0:/' $(CHROOT)/etc/inittab
echo 'config_eth0=( "dhcp" )' > $(CHROOT)/etc/conf.d/net
chroot $(CHROOT) rc-update add net.eth0 default
echo "127.0.0.1 $(HOSTNAME) localhost" > $(CHROOT)/etc/hosts
touch sysconfig
systools: sysconfig compile_options