Skip to content

Commit 65e43ff

Browse files
Sorry you are NOT Riobox
1 parent 8f49e60 commit 65e43ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ RUN apt update && apt install -y \
1919
WORKDIR /TriOs
2020

2121
# Default command: configure and build TriOS ISO, then copy to output
22-
CMD lb config --bootappend-live "boot=live components union=overlay nopersistence" && \
22+
CMD lb config --system live && \
23+
lb config --bootappend-live "boot=live components union=overlay nopersistence" && \
2324
lb config --architecture amd64 && \
2425
lb config --debian-installer live && \
25-
lb config --system live && \
2626
lb config --initramfs live-boot && \
2727
lb build --verbose --debug && \
2828
mkdir -p /TriOs_Output && \

0 commit comments

Comments
 (0)