From ec4ea774231668bf5a78afb8b6ec2cc94b75e1c6 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 5 Mar 2010 19:49:43 +0100 Subject: remove /etc from suggested list of mountpoints as thats a bad idea + add /var as suggested item. fixes FS#17136 --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 8a66522..5aedda2 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -452,7 +452,7 @@ interactive_filesystem () then 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 + ask_option $default "Select the mountpoint" "Select a mountpoint for $part" required / 'root' /boot 'files for booting' /home 'home directories' /var 'variable files' /tmp 'temporary files' custom 'enter a custom mountpoint' || return 1 fs_mountpoint=$ANSWER_OPTION [ "$default" == 'no' ] && default= if [ "$ANSWER_OPTION" == custom ] -- cgit v1.2.3-54-g00ecf