Re: How to customise the OS update process

2024-04-06 Thread WATANABE Takeo
Hi Rubén,

on Sat, 6 Apr 2024 12:12:00 +
Rubén Llorente  wrote: 

> An option I can think about is downloading the upgrade kernel and
> booting from it, instead of using sysupgrade. The upgrade process will
> let you select which sets you want to install and which ones you want
> to exclude.

I see.
However, manual installation was a background that
'has never been done well, so we want to avoid it'.

> In practice, I think you are better off just installing all the sets
> and being done with it.

Stuart also mentioned it and found it easy and appropriate.
From now on I will use it with all the packages in it.

Thank you very much.

Sincerely yours,

---
WATANABE, Takeo
t...@kasaneiro.jp

> WATANABE Takeo wrote:
>> Hi everyone,
>> The most common way to upgrade OpenBSD is to use "sysupgrade".
>> However, I do not want to install certain packages (e.g. game).
>> # When the host is built, it is not installed, because the
>> Is there any way to upgrade to fulfil these wishes?
> 


Re: How to customise the OS update process

2024-04-06 Thread WATANABE Takeo
Hi Sturt,

on Sat, 6 Apr 2024 12:02:24 - (UTC)
Stuart Henderson  wrote: 

> sysupgrade -n
> rm /home/_sysupgrade/{x,game}*.tgz
> reboot

That's right.
I did not read the "man" very carefully about "syspgrade".
It was a good learning experience. Thank you.

> Though I wouldn't bother unless very constrained on storage space.
> A lot of time has been wasted by developers over the years when people
> have not installed xbase (or worse, installed an old one but not updated
> it) and run into problems with packages.

So that's how it happened.
I understand it well now.
These are the packages that you have to install and then
I will install all these packages and put them into operation.

Thank you so much.

Sincerely yours

---
WATANABE, Takeo
t...@kasaneiro.jp

> On 2024-04-06, WATANABE Takeo  wrote:
>> Hi everyone,
>>
>> The most common way to upgrade OpenBSD is to use "sysupgrade".
>>
>> However, I do not want to install certain packages (e.g. game).
>> # When the host is built, it is not installed, because the
>>
>> Is there any way to upgrade to fulfil these wishes?
>>
>> I wrote "/auto_upgrade.conf" and
>> I tried "sysupgrade" with the following in "/auto_upgrade.conf",
>> but all packages were installed.
>>
>> ---
>> Location of sets = disk
>> Pathname to the sets = /home/_sysupgrade/
>> Set name(s) = -x*
>> Set name(s) = -game*
>> Set name(s) = done
>> Directory does not contain SHA256.sig. Continue without verification = yes
>> ---
>>
>> If you have found errors in this method or know of other methods,
>> please let us know.
>>
>> Sincerely yours.
>>
>> ---
>> WATANABE, Takeo
>> t...@kasaneiro.jp
>>
>>
> 
> 
> -- 
> Please keep replies on the mailing list.
> 



Re: How to customise the OS update process

2024-04-06 Thread Rubén Llorente
An option I can think about is downloading the upgrade kernel and 
booting from it, instead of using sysupgrade. The upgrade process will 
let you select which sets you want to install and which ones you want to 
exclude.


In practice, I think you are better off just installing all the sets and 
being done with it.


The old BSD Games rock hard.

WATANABE Takeo wrote:

Hi everyone,

The most common way to upgrade OpenBSD is to use "sysupgrade".

However, I do not want to install certain packages (e.g. game).
# When the host is built, it is not installed, because the

Is there any way to upgrade to fulfil these wishes?




Re: How to customise the OS update process

2024-04-06 Thread Stuart Henderson
sysupgrade -n
rm /home/_sysupgrade/{x,game}*.tgz
reboot

Though I wouldn't bother unless very constrained on storage space.
A lot of time has been wasted by developers over the years when people
have not installed xbase (or worse, installed an old one but not updated
it) and run into problems with packages.

On 2024-04-06, WATANABE Takeo  wrote:
> Hi everyone,
>
> The most common way to upgrade OpenBSD is to use "sysupgrade".
>
> However, I do not want to install certain packages (e.g. game).
> # When the host is built, it is not installed, because the
>
> Is there any way to upgrade to fulfil these wishes?
>
> I wrote "/auto_upgrade.conf" and
> I tried "sysupgrade" with the following in "/auto_upgrade.conf",
> but all packages were installed.
>
> ---
> Location of sets = disk
> Pathname to the sets = /home/_sysupgrade/
> Set name(s) = -x*
> Set name(s) = -game*
> Set name(s) = done
> Directory does not contain SHA256.sig. Continue without verification = yes
> ---
>
> If you have found errors in this method or know of other methods,
> please let us know.
>
> Sincerely yours.
>
> ---
> WATANABE, Takeo
> t...@kasaneiro.jp
>
>


-- 
Please keep replies on the mailing list.



How to customise the OS update process

2024-04-06 Thread WATANABE Takeo
Hi everyone,

The most common way to upgrade OpenBSD is to use "sysupgrade".

However, I do not want to install certain packages (e.g. game).
# When the host is built, it is not installed, because the

Is there any way to upgrade to fulfil these wishes?

I wrote "/auto_upgrade.conf" and
I tried "sysupgrade" with the following in "/auto_upgrade.conf",
but all packages were installed.

---
Location of sets = disk
Pathname to the sets = /home/_sysupgrade/
Set name(s) = -x*
Set name(s) = -game*
Set name(s) = done
Directory does not contain SHA256.sig. Continue without verification = yes
---

If you have found errors in this method or know of other methods,
please let us know.

Sincerely yours.

---
WATANABE, Takeo
t...@kasaneiro.jp