mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Move console probes until after we set boothowto so that 'boot -h' works.
This commit is contained in:
parent
a4ddd40c34
commit
e2676403d8
1 changed files with 7 additions and 7 deletions
|
|
@ -562,13 +562,6 @@ ia64_init(u_int64_t arg1, u_int64_t arg2)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Initialize the console before we print anything out.
|
||||
*/
|
||||
cninit();
|
||||
|
||||
/* OUTPUT NOW ALLOWED */
|
||||
|
||||
/*
|
||||
* Look at arguments passed to us and compute boothowto.
|
||||
*/
|
||||
|
|
@ -589,6 +582,13 @@ ia64_init(u_int64_t arg1, u_int64_t arg2)
|
|||
if (boothowto & RB_VERBOSE)
|
||||
bootverbose = 1;
|
||||
|
||||
/*
|
||||
* Initialize the console before we print anything out.
|
||||
*/
|
||||
cninit();
|
||||
|
||||
/* OUTPUT NOW ALLOWED */
|
||||
|
||||
/*
|
||||
* Wire things up so we can call the firmware.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue