diff options
Diffstat (limited to 'update_system.sh')
| -rwxr-xr-x | update_system.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/update_system.sh b/update_system.sh new file mode 100755 index 00000000000..0afaa6bf52c --- /dev/null +++ b/update_system.sh @@ -0,0 +1,8 @@ +#!/bin/sh +set -xeu + +NETBSD_IP=10.0.20.246 + +./build.sh -U -O ./obj -j$(nproc) -m i386 -a i386 -u build kernel=LOCKDOC +scp etc/rc root@$NETBSD_IP:/etc/rc +scp obj/sys/arch/i386/compile/LOCKDOC/netbsd root@$NETBSD_IP:/netbsd |
