From ff04ce8c7e18890b95a8285a7da36c07c4eb9bfa Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 12 Dec 2010 22:34:26 +0100 Subject: make 'Manage filesystems' info more concise --- src/core/libs/lib-ui-interactive.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/core') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 77bc194..2479036 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -606,11 +606,10 @@ interactive_filesystems() { menu_list+=("$part_display" "$fs_display") done < $TMP_BLOCKDEVICES - ask_option no "Manage filesystems" "Here you can manage your filesystems, block devices and virtual devices (device mapper). \ - Note that you don't *need* to specify opts, labels or extra params if you're not using lvm, dm_crypt, etc.\ + ask_option no "Manage filesystems" "Here you can manage your filesystems and block devices. \ The display format is as follows:\n\ -Partition Filesystem\n\ -devicefile type label size type recreate(Y/N) mountpoint options label params [|...]" required "${menu_list[@]}" DONE _ +Partition Filesystem(s)\n\ +device type label size type create? mountpoint options label params" required "${menu_list[@]}" DONE _ [ $? -gt 0 ] && return 1 [ "$ANSWER_OPTION" == DONE ] && USERHAPPY=1 && break -- cgit v1.2.3-54-g00ecf