[Pkg-libvirt-commits] [libguestfs] 22/266: aarch64: efi-rtc=noprobe is needed to fix boot of upstream kernel on VM.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:41:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.
commit 5326689d50cc82e9108c83511e666be6d081d9dd
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Fri Jul 18 15:05:55 2014 +0000
aarch64: efi-rtc=noprobe is needed to fix boot of upstream kernel on VM.
---
src/launch.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/launch.c b/src/launch.c
index e9a8a67..cb69b08 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -344,6 +344,7 @@ guestfs___appliance_command_line (guestfs_h *g, const char *appliance_dev,
" " SERIAL_CONSOLE /* serial console */
#ifdef __aarch64__
" earlyprintk=pl011,0x9000000 ignore_loglevel"
+ " efi-rtc=noprobe"
#endif
" udevtimeout=6000"/* for slow systems (RHBZ#480319, RHBZ#1096579) */
" no_timer_check" /* fix for RHBZ#502058 */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list