diff options
| -rwxr-xr-x | sys/src/9/boot/bootrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index 36a71e38d..696fc08ab 100755 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -94,6 +94,10 @@ fn main{ if(! ~ $#debugfactotum 0) x=($x -p) must $x + + # remount ip inteface after hostowner is set + unmount '#I' /net >[2]/dev/null + bind -qa '#I' /net } # config method |
