summaryrefslogtreecommitdiff
path: root/update_system.sh
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-04-01 20:50:04 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2023-04-01 20:50:04 +0200
commit9825a41fa486bda5faab691ca59c11895b13ee7f (patch)
tree1fe6c7e599f632c8d763146dfcb858f1ef357757 /update_system.sh
parentb5199c348832b594f04882197f274ada024bc1f7 (diff)
Fix rwlock_exit logging order bug
Diffstat (limited to 'update_system.sh')
-rwxr-xr-xupdate_system.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_system.sh b/update_system.sh
index daadecb0cd0..88e5fc46ab6 100755
--- a/update_system.sh
+++ b/update_system.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -xeu
-NETBSD_IP=10.0.20.246
+NETBSD_IP=192.168.122.211
./build.sh -U -O ./obj -j$(nproc) -m i386 -a i386 -u kernel=LOCKDOC
scp etc/rc root@$NETBSD_IP:/etc/rc