diff --git a/cosmopda.yaml b/cosmopda.yaml index b63d6f1..62fbf4b 100644 --- a/cosmopda.yaml +++ b/cosmopda.yaml @@ -26,6 +26,8 @@ actions: - media-hub - gemian-system - lxc-android + - lxcfs + - uidmap - cosmo-linux-kernel - action: run @@ -81,6 +83,11 @@ actions: description: Removing xserver-xorg-input-libinput as it does not work with touchscreen yet command: apt remove xserver-xorg-input-libinput + - action: run + chroot: true + description: Removing /var/log/journal to avoid persisant journaling + command: rm -rf /var/log/journal/ + {{ if eq $output "tarball" }} - action: pack file: {{ $image }} diff --git a/gemian-common.yaml b/gemian-common.yaml index 08aa4b8..39b7d53 100644 --- a/gemian-common.yaml +++ b/gemian-common.yaml @@ -64,7 +64,3 @@ actions: description: Setting Gemian users script: scripts/setup-user.sh - - action: run - chroot: true - description: Removing /var/log/journal to avoid persisant journaling - command: rm -rf /var/log/journal/