Re: [PATCH]: sysupgrade(8) don't create /home/_sysupgrade/keep

2020-06-17 Thread Florian Obser
Nice catch! Committed, thanks. On Tue, Jun 16, 2020 at 01:36:22PM +0200, Martin Vahlensieck wrote: > Hi > > In the last revision install.sub stopped using /home/_sysupgrade/keep, > so unless I miss something this line can be removed. > > Best, > > Martin > > Index: sysupgrade.sh > ===

[PATCH]: sysupgrade(8) don't create /home/_sysupgrade/keep

2020-06-16 Thread Martin Vahlensieck
Hi In the last revision install.sub stopped using /home/_sysupgrade/keep, so unless I miss something this line can be removed. Best, Martin Index: sysupgrade.sh === RCS file: /cvs/src/usr.sbin/sysupgrade/sysupgrade.sh,v retrieving

Re: [PATCH] sysupgrade

2020-05-03 Thread Henri Järvinen
On Thu, Apr 30, 2020 at 11:19:14AM +, Kevin Chadwick wrote: > On 2020-04-30 03:28, James Jerkins wrote: > > This patch adds two new options to sysupgrade. The first option is for > > small box systems like an APU system that only has the base and manual sets > > installed. The second option i

Re: [PATCH] sysupgrade

2020-05-03 Thread Consus
supgrade. Yay! People see missing pieces (sysupgrade does not support partial install) and try to patch sysupgrade because manual upgrade does allow partial install. It's kinda expected that this topic will be raised over and over again. Maybe FAQ should be adjusted to say something like: BEWAR

Re: [PATCH] sysupgrade

2020-05-03 Thread Stéphane Aulery
Le 03/05/2020 à 10:41, Chris Bennett a écrit : On Sun, May 03, 2020 at 04:40:44AM +0200, Stéphane Aulery wrote: a) Removing sets selection from the installer b) Supporting an upgrade of the sets already installed. The FAQ already describes exactly how to upgrade with whatever sets one wants

Re: [PATCH] sysupgrade

2020-05-03 Thread Chris Bennett
On Sun, May 03, 2020 at 04:40:44AM +0200, Stéphane Aulery wrote: > > a) Removing sets selection from the installer > b) Supporting an upgrade of the sets already installed. > The FAQ already describes exactly how to upgrade with whatever sets one wants to. I have used that method many, many time

Re: [PATCH] sysupgrade

2020-05-02 Thread Stéphane Aulery
Hello, Le 30/04/2020 à 10:07, Anders Andersson a écrit : On Thu, Apr 30, 2020 at 6:02 AM James Jerkins wrote: This patch adds two new options to sysupgrade. The first option is for small box systems like an APU system that only has the base and manual sets installed. The second option is fo

Re: [PATCH] sysupgrade

2020-04-30 Thread Kevin Chadwick
>> Struggling to remember why I wanted to do it, to be honest. > >Because until relatively recently X was installed sgid root. But that >was fixed for 6.5: > That wasn't a factor. You could always mount it nosuid, even noexec anyway.

Re: [PATCH] sysupgrade

2020-04-30 Thread William Ahern
On Thu, Apr 30, 2020 at 11:19:14AM +, Kevin Chadwick wrote: > I used to avoid installing the X sets and I found that even on e.g. a web > server without X11 running. I would end up installing them in the end as > certain ports would require them. Often there's a no_x11 FLAVOR, but avoiding th

Re: [PATCH] sysupgrade

2020-04-30 Thread Otto Moerbeek
On Wed, Apr 29, 2020 at 10:28:12PM -0500, James Jerkins wrote: > Hello, > > This patch adds two new options to sysupgrade. The first option is for small > box systems like an APU system that only has the base and manual sets > installed. The second option is for headless systems without X11 lik

Re: [PATCH] sysupgrade

2020-04-30 Thread Kevin Chadwick
On 2020-04-30 03:28, James Jerkins wrote: > This patch adds two new options to sysupgrade. The first option is for small > box systems like an APU system that only has the base and manual sets > installed. The second option is for headless systems without X11 like servers. I used to avoid instal

Re: [PATCH] sysupgrade

2020-04-30 Thread Stuart Henderson
On 2020/04/30 10:07, Anders Andersson wrote: > I recently bought an APU with the smallest disk I could find (16 GB > mSATA), I don't remember the full install of all sets taking more than > 10%. No need to remove stuff. With current auto layouts from the installer it's usually ok, but with ones fr

Re: [PATCH] sysupgrade

2020-04-30 Thread Sebastian Benoit
James Jerkins(j...@jamesjerkinscomputer.com) on 2020.04.29 22:28:12 -0500: > Hello, > > This patch adds two new options to sysupgrade. The first option is for > small box systems like an APU system that only has the base and manual We wont add tons of options to this tool for every use case. Ju

Re: [PATCH] sysupgrade

2020-04-30 Thread Anders Andersson
On Thu, Apr 30, 2020 at 6:02 AM James Jerkins wrote: > > Hello, > > This patch adds two new options to sysupgrade. The first option is for small > box systems like an APU system that only has the base and manual sets > installed. The second option is for headless systems without X11 like > serv

[PATCH] sysupgrade

2020-04-29 Thread James Jerkins
Hello, This patch adds two new options to sysupgrade. The first option is for small box systems like an APU system that only has the base and manual sets installed. The second option is for headless systems without X11 like servers. I have tested this patch from the 6.5 release to 6.6 release t