We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e43ff commit d8e8d84Copy full SHA for d8e8d84
builder/Dockerfile
@@ -20,6 +20,7 @@ WORKDIR /TriOs
20
21
# Default command: configure and build TriOS ISO, then copy to output
22
CMD lb config --system live && \
23
+ lb config --init=systemd && \
24
lb config --bootappend-live "boot=live components union=overlay nopersistence" && \
25
lb config --architecture amd64 && \
26
lb config --debian-installer live && \
0 commit comments