diff options
author | 2019-04-25 17:18:52 +0000 | |
---|---|---|
committer | 2019-04-25 17:18:52 +0000 | |
commit | 4120c7a56aa9a801cbfd506fcf088d0bcd7d3068 (patch) | |
tree | 3ad096a87cdfa8c6983c90f5613f017fe35dfb3e | |
parent | Split vnconfig out of mount_vnd, and begin work on a vnd-allocation (diff) | |
download | wireguard-openbsd-4120c7a56aa9a801cbfd506fcf088d0bcd7d3068.tar.xz wireguard-openbsd-4120c7a56aa9a801cbfd506fcf088d0bcd7d3068.zip |
Move the expected set location to /home/_sysupgrade.
We found that /home/upgrade is a too common name and this will be in
line with the upcomming sysupgrade(8) utility.
discussed with deraadt@
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 65df649ff78..cf1a2b9e061 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1116 2019/04/24 18:11:00 florian Exp $ +# $OpenBSD: install.sub,v 1.1117 2019/04/25 17:18:52 florian Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -3388,7 +3388,7 @@ elif $UU; then cat <<__EOT > /auto_upgrade.conf Location of sets = disk -Pathname to the sets = /home/upgrade/ +Pathname to the sets = /home/_sysupgrade/ Set name(s) = done __EOT get_responsefile |