From 9a7ecb415affd96631d4b175cc39bc5eb8ebbf7c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 16 Jun 2012 19:41:12 +0000 Subject: Clarify Solaris partitions --- setup | 11 ++++++----- 1 file 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: -- cgit v1.2.3