installer: Fix various issues related to MFS backed partitions.
authorSascha Wildner <saw@online.de>
Sun, 3 May 2009 07:25:44 +0000 (09:25 +0200)
committerSascha Wildner <saw@online.de>
Sun, 3 May 2009 07:27:44 +0000 (09:27 +0200)
commit5b6f029df18c9a8b0c1c9476059ae70faaa83fd3
tree6367e964c246398dbff0a31bbdf73c48a0666a96
parent7a8881e0097728b7ebf89132c305c94f66d27e50
installer: Fix various issues related to MFS backed partitions.

* The size of the MFS should be what the user specified, and not be
  based on slice size.

* On the fstab line, specify block and fragment size too. Softupdates
  is ignored as it doesn't seem to play nice with MFS.

* MFS backed partitions don't need to be mounted at installation time
  but the mount points have to be created anyway.

* While here, perform some minor cleanup.
contrib/bsdinstaller-1.1.6/src/backend/installer/fn_install.c