diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-11-27 09:46:08 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-11-27 12:18:06 +0100 |
| commit | 486f93ef445f733b35d844f33ba9edeb8423f5fa (patch) | |
| tree | 9d3baa8d915678f54c73a4cc19c01239af54742e /dashboard/config/linux/bits | |
| parent | 5018c94665bf383298ac7085fb34eda9cb9b1427 (diff) | |
dashboard/config/linux: enable kvm_guest for android
Android stopped booting on GCE after the config update:
https://syzkaller.appspot.com/bug?id=14d0e93b7c644132089efdc7e3c8ac595b18d448
(can't find root device).
Let's try to enable kvm_guest for android.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/x86_64.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/x86_64.yml b/dashboard/config/linux/bits/x86_64.yml index 1bbcd74d7..6294ef7e8 100644 --- a/dashboard/config/linux/bits/x86_64.yml +++ b/dashboard/config/linux/bits/x86_64.yml @@ -4,7 +4,7 @@ shell: # android-5.4.yml has own defconfig. - make x86_64_defconfig: [-android] - - make kvm_guest.config: [-android] + - make kvm_guest.config config: # root=/dev/sda is not necessary correct, but it's a common setting and user arguments are appended |
