diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-11 00:29:05 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-11 00:29:05 +0100 |
commit | 8dd515327ef2b3705634b1450ff9082d5641f2d2 (patch) | |
tree | cf2f3daf5e38380cc70f43b75da5610a6772d887 /src | |
parent | 848ad458069539348eebde5ebbd04f86c90c63a7 (diff) |
manual partitioning fix + todo update
Diffstat (limited to 'src')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index b494dba..27b7fef 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -11,7 +11,7 @@ interactive_partition() { DISC="" while true; do # Prompt the user with a list of known disks - ask_option no "Select the disk you want to partition (select DONE when finished)" 14 55 7 $DISCS || return 1 + ask_option no "Select the disk you want to partition (select DONE when finished)" $DISCS || return 1 DISC=$ANSWER_OPTION if [ "$DISC" = "OTHER" ]; then _dia_DIALOG --inputbox "Enter the full path to the device you wish to partition" 8 65 "/dev/sda" 2>$ANSWER || return 1 |