summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-07 15:20:40 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-07 15:20:40 +0100
commitcc258490000e54a1897d7905fe5d642cced5779e (patch)
tree317ffb514a07d618c161353fa2950e8c59babea6
parenta7dab1762fe0011aefae910b542af711e4c31f4c (diff)
todo updates
-rw-r--r--src/core/libs/lib-ui-interactive.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index 4a562a0..dd3f495 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -227,7 +227,9 @@ interactive_partition() {
# create new, delete, or edit a filesystem
-interactive_filesystem () #TODO: make it possible to edit 1 specific aspect of a FS (eg mountpoint, type etc)
+# At first I had the idea of a menu where all properties of a filesystem and you could pick one to update only that one (eg mountpoint, type etc)\
+# but I think it's better to go through them all and by default always show the previous choice.
+interactive_filesystem ()
{
part=$1 # must be given and (scheduled to become) a valid device -> don't do [ -b "$1" ] because the device might not exist *yet*
part_type=$2 # a part should always have a type