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 8d92bfe commit 0c70e44Copy full SHA for 0c70e44
Dockerfile.cfsuki
@@ -27,7 +27,7 @@ RUN --network=none \
27
# Should be generated externally
28
test -n "${COMPOSEFS_FSVERITY}"
29
30
- cmdline="composefs=${COMPOSEFS_FSVERITY} console=ttyS0,115200n8 enforcing=0 rw"
+ cmdline="composefs=${COMPOSEFS_FSVERITY} console=ttyS0,115200n8 console=hvc0 enforcing=0 rw"
31
32
# Use sbsign to re-sign the entire UKI with our key
33
kver=$(cd /target/usr/lib/modules && echo *)
0 commit comments