Skip to content
Snippets Groups Projects
Commit ba7439c1 authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

common: add kernel packages to IgnorePkg

parent aa41f34d
No related branches found
No related tags found
No related merge requests found
......@@ -93,3 +93,10 @@
- name: install checkservices
copy: src=archutils/checkservices dest=/usr/local/bin/checkservices owner=root group=root mode=0755
- name: add kernel packages to IgnorePkg
lineinfile:
dest: /etc/pacman.conf
insertafter: '^#IgnorePkg'
regexp: '^IgnorePkg'
line: 'IgnorePkg = linux linux-headers linux-hardened linux-hardened-headers linux-lts linux-lts-headers'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment