Miss-reading the error, system-image -> gemian-system
This commit is contained in:
parent
8464779d02
commit
45f1833df6
1 changed files with 5 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ actions:
|
||||||
- xserver-xorg-video-hwcomposer
|
- xserver-xorg-video-hwcomposer
|
||||||
- xss-lock
|
- xss-lock
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- system-image
|
- gemian-system
|
||||||
- lxc-android
|
- lxc-android
|
||||||
- locales
|
- locales
|
||||||
|
|
||||||
|
|
@ -68,3 +68,7 @@ actions:
|
||||||
description: Setting Gemian users
|
description: Setting Gemian users
|
||||||
script: scripts/setup-user.sh
|
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