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 b3a5096
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vagrant/ansible/roles/kvm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@
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

- name: configure kernel with KVM guest features
command: make kvmconfig
args:
chdir: "{{ root_dir }}/kvm"
become: false
Expand Down

0 comments on commit b3a5096

Please sign in to comment.