Merge pull request #2241 from deitch/fix-getty-background

flag in init and background only if not in init
This commit is contained in:
Avi Deitcher
2017-07-18 21:39:53 +03:00
committed by GitHub
19 changed files with 22 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ onboot:
- /var/lib:/var/lib
services:
- name: getty
image: linuxkit/getty:deb9332e786e72591bd9be200bcc9c7a534eb754
image: linuxkit/getty:0a2955f3d7a10a0e71972791c3ba6400118f327e
env:
- INSECURE=true
- name: rngd

View File

@@ -27,7 +27,7 @@ onboot:
- /var/lib:/var/lib
services:
- name: getty
image: linuxkit/getty:deb9332e786e72591bd9be200bcc9c7a534eb754
image: linuxkit/getty:0a2955f3d7a10a0e71972791c3ba6400118f327e
env:
- INSECURE=true
- name: rngd

View File

@@ -30,7 +30,7 @@ services:
- name: sshd
image: linuxkit/sshd:89b2e91d7d1bf2f40220be0e3ed586e74746cceb
- name: getty
image: linuxkit/getty:deb9332e786e72591bd9be200bcc9c7a534eb754
image: linuxkit/getty:0a2955f3d7a10a0e71972791c3ba6400118f327e
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:deb9332e786e72591bd9be200bcc9c7a534eb754
image: linuxkit/getty:0a2955f3d7a10a0e71972791c3ba6400118f327e
env:
- INSECURE=true
- name: rngd