software/bios: change boot order
This commit is contained in:
parent
0a14c3714b
commit
bb566c9e7c
|
@ -498,13 +498,13 @@ static void boot_sequence(void)
|
|||
{
|
||||
if(test_user_abort()) {
|
||||
if(rescue) {
|
||||
netboot();
|
||||
serialboot();
|
||||
netboot();
|
||||
flashboot();
|
||||
} else {
|
||||
flashboot();
|
||||
netboot();
|
||||
serialboot();
|
||||
netboot();
|
||||
}
|
||||
printf("No boot medium found\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue