From cc258490000e54a1897d7905fe5d642cced5779e Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck <dieter@plaetinck.be> Date: Sun, 7 Dec 2008 15:20:40 +0100 Subject: todo updates --- src/core/libs/lib-ui-interactive.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf