Skip to content

Commit 6d7b3d5

Browse files
committed
Try another way of adding the installer
1 parent 4516dca commit 6d7b3d5

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
@@ -22,6 +22,7 @@ WORKDIR /TriOs
2222
CMD lb config --initramfs live-boot && \
2323
lb config --bootappend-live "boot=live components union=overlay nopersistence" && \
2424
lb config --architecture amd64 && \
25+
lb config --debian-installer live && \
2526
lb build && \
2627
mkdir -p /TriOs_Output && \
2728
cp -r ./live-image* /TriOs_Output/ && \

0 commit comments

Comments
 (0)