On Sun 29 May 2016 at 23:44:54 +0000, Graham Jenkins wrote:
> I was checking how this might be accomplished, and it appears that one just
> needs to do:
>
> sysbuild build
> sysupgrade auto ~/sysbuild/release/$(uname -m)
>
> Is this correct?
When in doubt .. try it out :)
>From the 'sysupgrade' man pages:
--
If you wish to track minor stable releases, you may want to do something
like this every time a new release is published:
$ sysupgrade auto \
-- ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.<minor>/$(uname -m)
So .. in this case, I tried:
'sysupgrade auto ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-7.0.1/amd64'
And it worked .. Phew :)
Graham Jenkins