mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 01:12:57 +02:00
grub: Don't use VGA for serial installations
On systems without a graphics card, grub did not count down the timeout.
This commit is contained in:
@@ -621,7 +621,7 @@ int main(int argc, char *argv[]) {
|
||||
goto EXIT;
|
||||
}
|
||||
|
||||
fprintf(f, "GRUB_TERMINAL=\"serial console\"\n");
|
||||
fprintf(f, "GRUB_TERMINAL=\"serial\"\n");
|
||||
fprintf(f, "GRUB_SERIAL_COMMAND=\"serial --unit=0 --speed=%d\"\n", SERIAL_BAUDRATE);
|
||||
fclose(f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user