diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2010-12-12 22:34:26 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2010-12-12 22:34:26 +0100 |
commit | ff04ce8c7e18890b95a8285a7da36c07c4eb9bfa (patch) | |
tree | 8dc4ccf762806dea6a3de88f1bd5fb414560bad6 /src/core/libs | |
parent | 08347d101434ce26367ef19ef650b4398bc474ee (diff) |
make 'Manage filesystems' info more concise
Diffstat (limited to 'src/core/libs')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 7 |
1 files changed, 3 insertions, 4 deletions
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 |