Skip to content

Commit 0c70e44

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 8d92bfe commit 0c70e44

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
@@ -27,7 +27,7 @@ RUN --network=none \
2727
# Should be generated externally
2828
test -n "${COMPOSEFS_FSVERITY}"
2929

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

3232
# Use sbsign to re-sign the entire UKI with our key
3333
kver=$(cd /target/usr/lib/modules && echo *)

0 commit comments

Comments
 (0)