Fix mounting order of partitions.
authorSascha Wildner <saw@online.de>
Thu, 15 Jan 2009 18:29:09 +0000 (19:29 +0100)
committerSascha Wildner <saw@online.de>
Thu, 15 Jan 2009 18:29:09 +0000 (19:29 +0100)
commit87bb0c6b9b67431a6110db4940041d6ccac00c22
tree3fdde78e18b08f88598a78e6a2b428edd63606a7
parent442045a81b50153d848516b1638bb43d8c546308
Fix mounting order of partitions.

If the user specified (e.g.) a /usr/bin partition before /usr, the installer
would end up mounting them in the incorrect order. To fix this, we sort the
partitions by mount point as they are created.
contrib/bsdinstaller-1.1.6/src/lib/libinstaller/diskutil.c