On Fri, Nov 15, 2019 at 07:00:05AM +0100, NilsOla Nilsson wrote:
> I have upgraded a machine where /home was NFS-mounted,
> like this:
> - check that the / partition has space for the files
> that will populate /home/_sysupgrade
> - unmount /home
> - comment ut the /home line in /etc/fstab
> - up
On Thu, Nov 14, 2019 at 04:59:23PM +, gil...@poolp.org wrote:
> A similar patch for this was sent to tech@ by Renaud Allard, you might want to
> go review the "sysupgrade: Allow to use another directory for data sets"
> thread
> and comment it.
Thanks for the pointer! I see in that thread th
I have upgraded a machine where /home was NFS-mounted,
like this:
- check that the / partition has space for the files
that will populate /home/_sysupgrade
- unmount /home
- comment ut the /home line in /etc/fstab
- upgrade with sysupgrade
- restore the line in /etc/fstab
- mount -a
All this cou
A similar patch for this was sent to tech@ by Renaud Allard, you might want to
go review the "sysupgrade: Allow to use another directory for data sets" thread
and comment it.
November 14, 2019 3:01 PM, "Raimo Niskanen"
wrote:
> The use case for this patch is that in our lab network we have NFS
The use case for this patch is that in our lab network we have NFS
automounted /home/* directories, so using /home/_sysupgrade
for sysupgrade does not work.
With this patch it is easy to modify /usr/sbin/sysupgrade and change
just the line SETSDIR=/home/_sysupgrade to point to some other local fil
5 matches
Mail list logo