summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-03 23:36:34 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-03 23:36:34 +0100
commit2d77f595a405ebd5668cbea87b0f55177e316372 (patch)
tree55177d576f9a0c12788dc79667cf603e65f1986b
parentc1c7a7da454dd7d0f45b1cb767bc1f07459ff54d (diff)
todo add
-rw-r--r--src/core/libs/lib-ui-interactive.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index c399b08..74b4fbb 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -408,6 +408,7 @@ interactive_filesystems() {
[ "$ANSWER_OPTION" == DONE ] && USERHAPPY=1 && break
part=$ANSWER_OPTION
+ # TODO: Something goes wrong here.. all these 3 become the complete line
part_type=` awk "/^${part//\//\\\/}/ {print \$2}" $BLOCK_DATA` # the bash substition replaces all /'s with \/'s otherwise awk complains
part_label=`awk "/^${part//\//\\\/}/ {print \$3}" $BLOCK_DATA`
fs=` awk "/^${part//\//\\\/}/ {print \$4}" $BLOCK_DATA`