Added a simple hosts file to the dhcp bundle

This commit is contained in:
bauen1 2017-11-18 20:09:35 +01:00
parent 17ebdd1805
commit 05cfa7fc77
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ mkdir -p "$DESTDIR"
install -d -m755 "$DESTDIR/etc"
install -m644 "$SRC_DIR/resolv.conf" "$DESTDIR/etc/resolv.conf"
install -m644 "$SRC_DIR/hosts" "$DESTDIR/etc/hosts"
install -d -m755 "$DESTDIR/etc/autorun"
install -m755 "$SRC_DIR/01_network.sh" "$DESTDIR/etc/autorun/01_network.sh"
install -m755 "$SRC_DIR/05_rc.dhcp" "$DESTDIR/etc/05_rc.dhcp"

View File

@ -0,0 +1,5 @@
# /etc/hosts
127.0.0.1 localhost
# ipv6
::1 localhost ipv6-localhost