diff options
-rwxr-xr-x | init | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |