Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
test: add kernel arg to redirect output to ttyS0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang authored and shi2wei3 committed Feb 27, 2024
1 parent 0be2d95 commit 1bc85b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ rootpw --lock --iscrypted locked
user --name=${SSH_USER} --groups=wheel --iscrypted
sshkey --username=${SSH_USER} "$SSH_KEY_PUB_CONTENT"
bootloader --append="console=ttyS0,115200n8"
ostreecontainer --url $TEST_IMAGE_URL --no-signature-verification
poweroff
Expand Down

0 comments on commit 1bc85b5

Please sign in to comment.