https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204859
Bug ID: 204859
Summary: freebsd-update: "Directory is not on a persistent
filesystem: "
Product: Base System
Version: 10.2-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
This check
case `df -T ${WORKDIR}` in */dev/md[0-9]* | *tmpfs*)
echo -n "`basename $0`: "
echo -n "${_WORKDIR_bad2}"
echo ${WORKDIR}
exit 1
;;
esac
is IMHO not necessary and even harmful. It prevents from updating a chrooted
system mounted from a disk image. Could we reconsider and remove it?
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"