Skip to content

Commit

Permalink
os-image: add console to non-debug images (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft authored Jul 23, 2024
1 parent f98b763 commit 3e581f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions os-image/kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"systemd.verity=yes"
"roothash=${roothashPlaceholder}"

# TODO(msanft): Disable once boot issues are resolved.
"console=ttyS0"

"selinux=0"
];

Expand Down

0 comments on commit 3e581f4

Please sign in to comment.