Skip to content

Commit 11704b3

Browse files
committed
build-sys: Also inject hvc0 to sealed images
This would really be fixed by having `boot container ukify`. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent c325582 commit 11704b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.cfsuki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=key \
2828
# Should be generated externally
2929
test -n "${COMPOSEFS_FSVERITY}"
3030

31-
cmdline="composefs=${COMPOSEFS_FSVERITY} console=ttyS0,115200n8 enforcing=0 rw"
31+
cmdline="composefs=${COMPOSEFS_FSVERITY} console=ttyS0,115200n8 console=hvc0 enforcing=0 rw"
3232

3333
# pesign uses NSS database so create it from input cert/key
3434
mkdir pesign

0 commit comments

Comments
 (0)