Skip to content

Commit d8e8d84

Browse files
Add systemd for real
1 parent 65e43ff commit d8e8d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ WORKDIR /TriOs
2020

2121
# Default command: configure and build TriOS ISO, then copy to output
2222
CMD lb config --system live && \
23+
lb config --init=systemd && \
2324
lb config --bootappend-live "boot=live components union=overlay nopersistence" && \
2425
lb config --architecture amd64 && \
2526
lb config --debian-installer live && \

0 commit comments

Comments
 (0)