Merge pull request #2207 from justincormack/getty-x

remove -x from getty script
This commit is contained in:
Justin Cormack
2017-07-15 12:38:52 +01:00
committed by GitHub
9 changed files with 40 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ onboot:
- /var:/var:rshared,rbind
services:
- name: getty
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
image: linuxkit/getty:deb9332e786e72591bd9be200bcc9c7a534eb754
env:
- INSECURE=true
- name: rngd

View File

@@ -26,7 +26,7 @@ onboot:
- /var:/var:rshared,rbind
services:
- name: getty
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
image: linuxkit/getty:deb9332e786e72591bd9be200bcc9c7a534eb754
env:
- INSECURE=true
- name: rngd

View File

@@ -30,7 +30,7 @@ services:
- name: sshd
image: linuxkit/sshd:89b2e91d7d1bf2f40220be0e3ed586e74746cceb
- name: getty
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
image: linuxkit/getty:deb9332e786e72591bd9be200bcc9c7a534eb754
env:
- INSECURE=true
files:

View File

@@ -16,7 +16,7 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services:
- name: getty
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
image: linuxkit/getty:deb9332e786e72591bd9be200bcc9c7a534eb754
env:
- INSECURE=true
- name: rngd