mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Merge pull request #1280 from dosomder/cloudsigma-set-tty-raw
overlay cloudsigma: Set tty to RAW
This commit is contained in:
commit
9bd49b722e
1
changelog/bugfixes/2023-10-17-cloudsigma-tty-raw.md
Normal file
1
changelog/bugfixes/2023-10-17-cloudsigma-tty-raw.md
Normal 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))
|
@ -11,6 +11,7 @@ coreos:
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=stty -F /dev/ttyS1 raw -echo
|
||||
ExecStart=/usr/bin/coreos-cloudinit --oem=cloudsigma
|
||||
|
||||
oem:
|
||||
|
Loading…
Reference in New Issue
Block a user