Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 197
Line 150... Line 150...
150
 
150
 
151
# Default file system type. Use whatever Blivet uses by default.
151
# Default file system type. Use whatever Blivet uses by default.
152
file_system_type =
152
file_system_type =
153
 
153
 
154
# Default partitioning.
154
# Default partitioning.
155
# Valid values:
155
# Specify a mount point and its attributes on each line.
156
#
156
#
157
#   SERVER          Choose partitioning for servers.
157
# Valid attributes:
158
#   WORKSTATION     Choose partitioning for workstations.
-
 
159
#   VIRTUALIZATION  Choose partitioning for virtualizations.
-
 
160
#
158
#
-
 
159
#   size <SIZE>    The size of the mount point.
-
 
160
#   min <MIN_SIZE> The size will grow from MIN_SIZE to MAX_SIZE.
-
 
161
#   max <MAX_SIZE> The max size is unlimited by default.
-
 
162
#   free <SIZE>    The required available space.
-
 
163
#
161
default_partitioning = WORKSTATION
164
default_partitioning =
-
 
165
    /     (min 1 GiB, max 70 GiB)
-
 
166
    /home (min 500 MiB, free 50 GiB)
-
 
167
    swap
162
 
168
 
163
# Default partitioning scheme.
169
# Default partitioning scheme.
164
# Valid values:
170
# Valid values:
165
#
171
#
166
#    PLAIN      Create standard partitions.
172
#    PLAIN      Create standard partitions.