Skip to content

Commit

Permalink
Merge pull request #1280 from dosomder/cloudsigma-set-tty-raw
Browse files Browse the repository at this point in the history
overlay cloudsigma: Set tty to RAW
  • Loading branch information
krnowak authored Oct 19, 2023
2 parents 27384f9 + efd822f commit 9bd49b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/bugfixes/2023-10-17-cloudsigma-tty-raw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Set TTY used for fetching server_context to RAW mode before running cloudinit on cloudsigma ([scripts#1280](https://github.com/flatcar/scripts/pull/1280))
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ coreos:
[Service]
Type=oneshot
ExecStartPre=stty -F /dev/ttyS1 raw -echo
ExecStart=/usr/bin/coreos-cloudinit --oem=cloudsigma
oem:
Expand Down

0 comments on commit 9bd49b7

Please sign in to comment.