On 2020/02/06 15:37, 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
> 

This is what you can do now:

sysupgrade -n
rm /home/_sysupgrade/{game,comp,x}*
reboot

Otherwise: it's just a shell script, you can easily copy/modify it.

Reply via email to