[Bug 204859] freebsd-update: "Directory is not on a persistent filesystem: "
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 28 08:30:33 UTC 2015
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: freebsd-bugs at FreeBSD.org
Reporter: vas at mpeks.tomsk.su
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.
More information about the freebsd-bugs
mailing list