tests(packer): update opensuse images.
This commit is contained in:
parent
7963479dbc
commit
d9df02f3f8
4 changed files with 91 additions and 2 deletions
|
|
@ -1,6 +1,18 @@
|
|||
#cloud-config
|
||||
|
||||
packages: *core-packages
|
||||
packages: *kde-packages
|
||||
|
||||
# apparmor.debug=1
|
||||
runcmd:
|
||||
# Replace SELinux by AppArmor in kernel parameters
|
||||
- sed -i 's/security=selinux selinux=1/apparmor=1/g' /etc/default/grub
|
||||
|
||||
# Regenerate grub.cfg
|
||||
- grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||
|
||||
write_files:
|
||||
- *shared-directory # Setup shared directory
|
||||
- path: /etc/sysconfig/displaymanager
|
||||
append: true
|
||||
content: |
|
||||
DISPLAYMANAGER="sddm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue