Skip to content
Snippets Groups Projects
Commit 2e8e11a5 authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Fix nodm start in SDK image


Enable nodm startup as user 'user'.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
Reviewed-by: default avatarEmanuele Aina <emanuele.aina@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7228
parent c2a8a273
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,11 @@ actions: ...@@ -50,6 +50,11 @@ actions:
- action: filesystem-deploy - action: filesystem-deploy
description: Deploying ospack onto image description: Deploying ospack onto image
- action: run
description: Set NODM
chroot: true
command: sed -i -e 's%NODM_ENABLED=.*%NODM_ENABLED=true%' -e 's%NODM_USER=.*%NODM_USER=user%' /etc/default/nodm
- action: apt - action: apt
packages: packages:
- gummiboot - gummiboot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment