We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f49e60 commit 65e43ffCopy full SHA for 65e43ff
builder/Dockerfile
@@ -19,10 +19,10 @@ RUN apt update && apt install -y \
19
WORKDIR /TriOs
20
21
# Default command: configure and build TriOS ISO, then copy to output
22
-CMD lb config --bootappend-live "boot=live components union=overlay nopersistence" && \
+CMD lb config --system live && \
23
+ lb config --bootappend-live "boot=live components union=overlay nopersistence" && \
24
lb config --architecture amd64 && \
25
lb config --debian-installer live && \
- lb config --system live && \
26
lb config --initramfs live-boot && \
27
lb build --verbose --debug && \
28
mkdir -p /TriOs_Output && \
0 commit comments