Skip to content

Commit db0fdeb

Browse files
committed
Increase size of release selection dialog
With the previous setttings, the line containing "sid" will be hidden behind a "scrollbar".
1 parent 7d2efbb commit db0fdeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grml-debootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ prompt_for_release()
892892
local default_value="$RELEASE"
893893
RELEASE="$(dialog --stdout --title "${PN}" --default-item "$default_value" --menu \
894894
"Please enter the Debian release you would like to use for installation:" \
895-
0 50 0 \
895+
16 50 5 \
896896
bookworm Debian/12 \
897897
trixie Debian/13 \
898898
sid Debian/unstable)" \

0 commit comments

Comments
 (0)