diff options
Diffstat (limited to 'release')
-rwxr-xr-x | release/rc.local | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release/rc.local b/release/rc.local index 2c846c4..cb44227 100755 --- a/release/rc.local +++ b/release/rc.local @@ -10,6 +10,9 @@ MACHINE=`uname -m` +# resolv.conf from DHCP ends up in here, so make sure the directory exists +mkdir /tmp/bsdinstall_etc + kbdcontrol -d >/dev/null 2>&1 if [ $? -eq 0 ]; then # Syscons: use xterm, start interesting things on other VTYs |