git: installer: Don't create a separate /usr pfs
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Thu Feb 12 23:14:08 PST 2015
commit 9ca4d50d35450c58f37919a4f6afbcdbf61458dd
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Thu Feb 12 21:45:04 2015 +0100
installer: Don't create a separate /usr pfs
* /usr as a separate filesystem from / doesn't really make sense
anymore in this day and age. Both / and /usr binaries are dynamically
linked and belong to the same DragonFly base system.
* What's more, it's dangerous. With a separate /usr filesystem, the
rescue static binaries in /usr/share/initrd can't be accessed without
/usr mounted and in some situations /usr can't be mounted anymore with
the regular mount* binaries...
Summary of changes:
usr.sbin/installer/dfuibe_installer/fn_install.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9ca4d50d35450c58f37919a4f6afbcdbf61458dd
--
DragonFly BSD source repository
More information about the Commits
mailing list