Make "Finish" the default choice in the partition editor. This lets you

successfully complete an installation with all defaults by pressing
Enter repeatedly until your machine reboots.

MFC after:	3 weeks
This commit is contained in:
Nathan Whitehorn 2013-01-20 03:55:08 +00:00
parent 24be8623c6
commit c4bd43b00b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245680

View File

@ -77,7 +77,7 @@ diskeditor_show(const char *title, const char *cprompt,
int partlist_height, partlist_width;
int cur_scroll = 0;
int key, fkey;
int cur_button = 0, cur_part = 0;
int cur_button = 5, cur_part = 0;
int result = DLG_EXIT_UNKNOWN;
static DLG_KEYS_BINDING binding[] = {