Download raw body.
sysupgrade vs NFS
On 2025/06/14 16:16, Klemens Nanni wrote:
> > +then
> > + echo "Error: ${SETSDIR} on NFS or MFS is currently not supported"
> > + exit 1
> > +fi
>
> Why care for MFS? Does anyone really expect that to survive reboot?
The earlier diff used df | grep : to identify NFS, which resulted in an
incorrect error being printed in the event /home was on MFS. (Possible
with some read-only mount configs using -P).
The messsage does seem needlessly detailed though. "Filesystem type for
${SETSDIR} not supported"?
sysupgrade vs NFS