mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
aarch64: Add some earlyprintk debugging.
This commit is contained in:
@@ -342,6 +342,9 @@ guestfs___appliance_command_line (guestfs_h *g, const char *appliance_dev,
|
||||
" noapic" /* workaround for RHBZ#857026 */
|
||||
#endif
|
||||
" " SERIAL_CONSOLE /* serial console */
|
||||
#ifdef __aarch64__
|
||||
" earlyprintk=pl011,0x9000000 ignore_loglevel"
|
||||
#endif
|
||||
" udevtimeout=6000"/* for slow systems (RHBZ#480319, RHBZ#1096579) */
|
||||
" no_timer_check" /* fix for RHBZ#502058 */
|
||||
"%s" /* lpj */
|
||||
|
||||
Reference in New Issue
Block a user