We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c325582 commit 11704b3Copy full SHA for 11704b3
Dockerfile.cfsuki
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=key \
28
# Should be generated externally
29
test -n "${COMPOSEFS_FSVERITY}"
30
31
- cmdline="composefs=${COMPOSEFS_FSVERITY} console=ttyS0,115200n8 enforcing=0 rw"
+ cmdline="composefs=${COMPOSEFS_FSVERITY} console=ttyS0,115200n8 console=hvc0 enforcing=0 rw"
32
33
# pesign uses NSS database so create it from input cert/key
34
mkdir pesign
0 commit comments