Added a simple hosts file to the dhcp bundle
This commit is contained in:
parent
17ebdd1805
commit
05cfa7fc77
@ -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"
|
||||
|
5
src/minimal_overlay/bundles/dhcp/hosts
Normal file
5
src/minimal_overlay/bundles/dhcp/hosts
Normal file
@ -0,0 +1,5 @@
|
||||
# /etc/hosts
|
||||
127.0.0.1 localhost
|
||||
|
||||
# ipv6
|
||||
::1 localhost ipv6-localhost
|
Loading…
x
Reference in New Issue
Block a user