From 671a73df68a2a23d5d824b804bfb9655ad5fc967 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 10 Jan 2024 22:26:42 +0100 Subject: fai/config/class/40-parse-profiles.sh: Enlarge menu window width by 5 chars. --- fai/config/class/40-parse-profiles.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fai/config/class/40-parse-profiles.sh b/fai/config/class/40-parse-profiles.sh index ac3d850..3761e8d 100755 --- a/fai/config/class/40-parse-profiles.sh +++ b/fai/config/class/40-parse-profiles.sh @@ -157,8 +157,7 @@ while true; do dialog --clear --item-help --title "FAI - Fully Automatic Installation" --help-button \ --default-item "$default" \ --menu "\nSelect your FAI profile\n\nThe profile will define a list of classes,\nwhich are used by FAI.\n\n\n"\ - 15 70 0 "${par[@]}" 2> $tempfile 1> $out - + 15 75 0 "${par[@]}" 2> $tempfile 1> $out _retval=$? case $_retval in 0) -- cgit v1.2.3