tests(packer): update opensuse images.
This commit is contained in:
parent
7963479dbc
commit
d9df02f3f8
4 changed files with 91 additions and 2 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
packages: *core-packages
|
||||
|
||||
runcmd:
|
||||
# Replace SELinux by AppArmor in kernel parameters
|
||||
- sed -i 's/security=selinux selinux=1/apparmor=1 apparmor.debug=1/g' /etc/default/grub
|
||||
|
||||
# Regenerate grub.cfg
|
||||
- grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||
|
||||
write_files:
|
||||
- *shared-directory # Setup shared directory
|
||||
- *systemd-netword # Network configuration for server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue