Adding lxcfs and uidmap as these are pulled in by apt on the command line but not when installed via debos
Moved journal removal to later in the process as it was still present on the built image
This commit is contained in:
parent
8557ae44ab
commit
378c369312
2 changed files with 7 additions and 4 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue