Add partition table type selector (defaulted to DOS/MBR) to format package

Signed-off-by: Federico Pellegatta <12744504+federico-pellegatta@users.noreply.github.com>
This commit is contained in:
Federico Pellegatta
2020-04-20 12:55:07 +02:00
parent cab95cfc51
commit 5fc196c289
25 changed files with 119 additions and 38 deletions

View File

@@ -15,7 +15,7 @@ onboot:
image: linuxkit/dhcpcd:2f8a9b670aa6e96a09db56ec45c9f07ef2a811ee
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:80bd847a90842d3f19460a560d7d95d6fe13bd71
image: linuxkit/format:0b75e494eea0312f3015e6c6f7c5927620d56c96
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
command: ["/usr/bin/mountie", "/var/lib/docker"]

View File

@@ -15,7 +15,7 @@ onboot:
image: linuxkit/dhcpcd:2f8a9b670aa6e96a09db56ec45c9f07ef2a811ee
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:80bd847a90842d3f19460a560d7d95d6fe13bd71
image: linuxkit/format:0b75e494eea0312f3015e6c6f7c5927620d56c96
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
command: ["/usr/bin/mountie", "/var/lib/docker"]