- several man page modification
- when verifying bsd.rd with signify, try key from current version and
from next version. it should allow smooth upgrade while following
-current and openbsd version change
https://bitbucket.org/semarie/upobsd/commits/tag/1.1
From semarie
- proper support of installurl(5) (empty lines, comments...)
- for patching:
- check for endianness issues (a LSB arch could only patch a LSB arch)
- some archs aren't patchable to add the install/upgrade file (bsd.rd
is stripped/gzipped): alpha, sparc64, hppa
upobsd is a ksh(1) script designed to download, verify and optionally patch
bsd.rd image.
upobsd will download bsd.rd image using ftp(1) from mirror defined in
installurl(5), will verify the downloaded file using signify(1) and local key
inside /etc/signify to ensure integrity, and optionally patch the image for
adding auto_install.conf or auto_upgrade.conf file to add support of offline
autoinstall(8).
requested by danj@, ok rsadowski@