Date: Sat, 28 Nov 2015 08:30:33 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 204859] freebsd-update: "Directory is not on a persistent filesystem: " Message-ID: <bug-204859-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: vas@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204859-8>