From 29b3157a551bbb99a6113d6b8bb6bf268bb47f67 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 28 Jun 2009 20:56:03 +0200 Subject: bugfix for better mountpoint picker. i mean it this time --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/libs/lib-ui-interactive.sh') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 20ae18a..467be62 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -413,7 +413,7 @@ interactive_filesystem () # ask mountpoint, if relevant if [[ $fs_type != lvm-* && "$fs_type" != dm_crypt && $fs_type != swap ]] then - default= + default=no [ -n "$fs_mountpoint" ] && default="$fs_mountpoint" ask_option $default "Select the mountpoint" "Select a mountpoint for $part" required / 'root' /boot 'files for booting' /etc 'config files' /home 'home directories' /tmp 'temporary files' custom 'enter a custom mountpoint' || return 1 fs_mountpoint=$ANSWER_OPTION -- cgit v1.2.3-54-g00ecf