summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-06-16 19:41:12 +0000
committerIgor Pashev <pashev.igor@gmail.com>2012-06-16 19:41:12 +0000
commit9a7ecb415affd96631d4b175cc39bc5eb8ebbf7c (patch)
treef5193b9e48e99b6b892084835f386688c4cbc1a9
parentdc405ac7a27604addd8ae4842dc2c7eee8e1704a (diff)
downloadlive-9a7ecb415affd96631d4b175cc39bc5eb8ebbf7c.tar.gz
Clarify Solaris partitions
-rwxr-xr-xsetup11
1 files changed, 6 insertions, 5 deletions
diff --git a/setup b/setup
index 621dff6..5c66f0c 100755
--- a/setup
+++ b/setup
@@ -37,12 +37,13 @@ def choose_hdd():
choices = []
for hdd in HDD:
choices.append((hdd['name'], hdd['desc'], hdd['use']))
- (code, disks) = d.checklist(choices=choices, width=60, height=20,
- title='Choose disks to use for root zpool',
+ (code, disks) = d.checklist(choices=choices, width=70, height=20,
+ title='Choose disks to use for ZFS root pool',
text='''
-Each disk you choose should have one Solaris partition. \
-Only primary partitions are allowed. If disk does not have \
-a Solaris partition you will asked to create one. ''')
+Each disk you choose should have a Solaris partition. \
+Only one Solaris partition per disk is allowed. \
+The partition can be a logical partition within an existing extended partition. \
+If disk does not have a Solaris partition you will be asked to create one.''')
if code:
break
if len(disks) > 0: