From: Matthias Schmidt Date: Wed, 14 Jan 2009 14:27:09 +0000 (+0100) Subject: Add a note about PFS in the subpartition dialog. X-Git-Tag: v2.3.0~34 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/d4ff6419763d9b396348ab7d278c8f5f5669fa40 Add a note about PFS in the subpartition dialog. Native-speaker-review-by: justin@ --- diff --git a/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_subpart_hammer.c b/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_subpart_hammer.c index 320478be59..77330c7db4 100644 --- a/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_subpart_hammer.c +++ b/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_subpart_hammer.c @@ -586,7 +586,12 @@ make_create_subpartitions_form(struct i_fn_args *a) _("Create Subpartitions"), _("Set up the subpartitions (also known as just `partitions' " "in BSD tradition) you want to have on this primary " - "partition.\n\n" + "partition.\n\nIMPORTANT: " + "You have chosen HAMMER as your file system. This means you will " + "not need to create separate subpartitions for /home, /usr, /var and " + "/tmp. The installer will create them automatically as pseudo-" + "filesystems (PFS) for you. In most cases you should be fine with " + "the default settings.\n\n" "For Capacity, use 'M' to indicate megabytes, 'G' to " "indicate gigabytes, or a single '*' to indicate " "'use the remaining space on the primary partition'."),