summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 42db4ec..c4e1ea1 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -392,7 +392,7 @@ interactive_filesystems() {
# FS-string:
# type;mountpoint;opts;label;params[|FS-string|...]
- findpartitions 0 'empty' '(raw,)') > $TMP_MENU
+ findpartitions 0 'empty' '(raw,)' > $TMP_MENU
while [ "$USERHAPPY" = 0 ]
do
ask_option no "Manage filesystems, block devices and virtual devices. Note that you don't *need* to specify opts, labels or extra params if you're not using lvm, dm_crypt, etc." `cat $TMP_MENU` DONE _