installer: Don't create a separate /usr pfs
authorFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 12 Feb 2015 20:45:04 +0000 (21:45 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Fri, 13 Feb 2015 06:53:02 +0000 (07:53 +0100)
commit9ca4d50d35450c58f37919a4f6afbcdbf61458dd
treed10a183e8c93ad187e99578f646ee81b93965ed3
parent6137e5a5092ad670a14fc9f681f6122d0bd4eebe
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...
usr.sbin/installer/dfuibe_installer/fn_install.c