On Thu, Feb 06, 2020 at 03:37:14PM +0000, Frédéric Dhieux wrote:
> Hi OpenBSD team,
> 
> I would like to report a problem I have, we have in production many OpenBSD 
> where we remove X*, game* and comp* at the install.
> 
> Everything is fine except sysupgrade adds every sets again when I try to 
> upgrade my OpenBSD version. Is it possible for sysupgrade to preserve the 
> sets selected during install ? (or at least ask to select which one to 
> install during the upgrade procress)
> 
> 
> Thank you for your help,
> 
> Best regards,
> Frederic Dhieux

Hi Frederic.

No need for sysupgrade.

ftp -MV -o /bsd.upgrade http://${MIRROR}/pub/OpenBSD/snapshots/${ARCH}/bsd.rd
chmod 0700 /bsd.upgrade

cat <<__EOT >/auto_upgrade.conf
Location of sets = http
HTTP Server = ${MIRROR}
Server directory = pub/OpenBSD/snapshots/${ARCH}
... => put the other answers you need (sets list)
__EOT 

reboot


-- 
Antoine

Reply via email to