aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-05 18:27:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-05 18:27:46 +0200
commit9e9ead0b76a658d921693f66dce6974312fcc4d2 (patch)
tree0a9e287f9112bbb4ae66edc45917828bf763a7a5
parent15d04f51966049004d0523b5a16f473aa4c892ab (diff)
Minor tweaks to init
-rwxr-xr-xinit6
1 files changed, 3 insertions, 3 deletions
diff --git a/init b/init
index 4c02280..2910791 100755
--- a/init
+++ b/init
@@ -219,7 +219,7 @@ info "hostname $hname"
#
dhclient -x 2>/dev/null
-# @@ Need to be make configurable.
+# @@ Need to be made configurable.
#
priv_network="172.16.123.0"
priv_netmask="255.255.255.0"
@@ -237,7 +237,7 @@ iface br0 inet dhcp
bridge_stp off
bridge_maxwait 0
bridge_fd 0
- bridge_mac $mac
+ bridge_hw $mac
# Private bridge with NAT to br0.
#
@@ -298,7 +298,7 @@ while read l || [ -n "$l" ]; do
info "mounting $d (buildos.state) on /state as $t"
- o="defaults,noatime"
+ o="defaults,noatime,nodiratime"
echo "$d /state $t $o 0 0" >>$fstab
# Check it.