Skip to content

Commit

Permalink
vagrant/kvm: start from x86_64_defconfig
Browse files Browse the repository at this point in the history
and hope that build time will be smaller

Signed-off-by: Adalbert Lazăr <[email protected]>
  • Loading branch information
adlazar committed Oct 11, 2021
1 parent c0a6d0d commit 98786ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vagrant/ansible/roles/kvm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
become: false
when: is_windows

- name: configure kernel using distro's config
command: make olddefconfig
- name: configure kernel using default x86_64 config
command: make x86_64_defconfig
args:
chdir: "{{ root_dir }}/kvm"
become: false
Expand Down Expand Up @@ -86,7 +86,7 @@

- name: add kvm.introspection=1 to kernel command line
lineinfile:
dest: /etc/default/grub.d/99-introspection.cfg
dest: /etc/default/grub.d/999-introspection.cfg
line: 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT kvm.introspection=1"'
create: yes

Expand Down

0 comments on commit 98786ea

Please sign in to comment.