Merge pull request #2532 from eyz/linuxkit-format-device-filter

format: blkid content check, format argument, and verbose argument
This commit is contained in:
Rolf Neugebauer
2017-10-03 11:30:00 +01:00
committed by GitHub
25 changed files with 307 additions and 70 deletions

View File

@@ -15,7 +15,7 @@ onboot:
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
- name: mount
image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da
command: ["/usr/bin/mountie", "/var/lib/docker"]

View File

@@ -15,7 +15,7 @@ onboot:
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
- name: mount
image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da
command: ["/usr/bin/mountie", "/var/lib/docker"]

View File

@@ -10,7 +10,7 @@ onboot:
- name: sysctl
image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051
- name: format
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
- name: mount
image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da
command: ["/usr/bin/mountie", "/var/lib/etcd"]

View File

@@ -20,7 +20,7 @@ onboot:
- name: metadata
image: linuxkit/metadata:da3138079c168e0c5608d8f3853366c113ed91d2
- name: format
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
- name: mounts
image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da
command: ["/usr/bin/mountie", "/var/lib/"]

View File

@@ -15,7 +15,7 @@ onboot:
image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382
image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
- name: mount
image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da
command: ["/usr/bin/mountie", "/var/lib/swarmd"]