Skip to content

Commit

Permalink
s390x: secex: disable login on serial console
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-dubrovskii committed Jan 20, 2023
1 parent 4b68c37 commit 76af8b2
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,27 @@
"wipeFilesystem": true
}
]
},
"systemd": {
"units": [
{
"dropins": [
{
"contents": "[Unit]\nConditionArchitecture=!s390x\n",
"name": "disable.conf"
}
],
"name": "serial-getty@.service"
},
{
"dropins": [
{
"contents": "[Unit]\nConditionArchitecture=!s390x\n",
"name": "disable.conf"
}
],
"name": "autovt@.service"
}
]
}
}

0 comments on commit 76af8b2

Please sign in to comment.