Merge pull request #1280 from dosomder/cloudsigma-set-tty-raw

overlay cloudsigma: Set tty to RAW
This commit is contained in:
Krzesimir Nowak 2023-10-19 10:55:56 +02:00 committed by GitHub
commit 9bd49b722e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

View File

@ -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))

View File

@ -11,6 +11,7 @@ coreos:
[Service]
Type=oneshot
ExecStartPre=stty -F /dev/ttyS1 raw -echo
ExecStart=/usr/bin/coreos-cloudinit --oem=cloudsigma
oem: