summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui-interactive.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-13 12:09:07 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-13 12:09:07 +0100
commit237c601f9b43aa735f40f56bbdf14aec66795af4 (patch)
tree87d28b962eb48955d664f75cc0c255a4f716869e /src/core/libs/lib-ui-interactive.sh
parent39122606ab787d7cff93fb8bfd6eb7850f2b5560 (diff)
cleanup of debugging output, todos and notes added
Diffstat (limited to 'src/core/libs/lib-ui-interactive.sh')
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
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 cee03f6..f5df834 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -308,7 +308,7 @@ interactive_filesystem ()
# ask special params, if relevant
if [ "$fs_type" = lvm-vg ]
then
- # add $part to $fs_params if it's not in there because the user wants this enabled by default
+ # add $part to $fs_params if it's not in there because the user wants this enabled by default. TODO: we should find something out so you can't disable $part. (would be weird to have a vg listed on $part and not have $part it fs_params)
pv=${part/+/}
grep -q ":$pv:" <<< $fs_params || grep -q ":$pv\$" <<< $fs_params || fs_params="$fs_params:$pv"
list=