test: improve vm image generation
This commit is contained in:
parent
b4311dac65
commit
3393d8f649
9 changed files with 47 additions and 8 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#cloud-config
|
||||
|
||||
hostname: ${hostname}
|
||||
locale: en_IE
|
||||
keyboard:
|
||||
layout: ie
|
||||
|
||||
ssh_pwauth: true
|
||||
users:
|
||||
|
|
@ -38,14 +41,14 @@ packages:
|
|||
- networkmanager
|
||||
|
||||
# Install Graphical Interface
|
||||
- xorg-server
|
||||
- plasma
|
||||
- plasma-meta
|
||||
- plasma-wayland-session
|
||||
- sddm
|
||||
- konsole
|
||||
- kde-applications
|
||||
|
||||
# Install Applications
|
||||
- firefox
|
||||
- chromium
|
||||
- terminator
|
||||
|
||||
runcmd:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue