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:
- name: sysfs
image: linuxkit/sysfs:697f996868d6625a78bbbefb199d7b6b6ae3533a
- 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

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

View File

@@ -13,7 +13,7 @@ onboot:
image: linuxkit/dhcpcd:2f8a9b670aa6e96a09db56ec45c9f07ef2a811ee
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:80bd847a90842d3f19460a560d7d95d6fe13bd71
image: linuxkit/format:0b75e494eea0312f3015e6c6f7c5927620d56c96
command: ["/usr/bin/format", "/dev/sda"]
- name: dm-crypt
image: linuxkit/dm-crypt:0ea63bfd97b719d185b69994b4856d97fbc8a2dd

View File

@@ -20,7 +20,7 @@ onboot:
image: linuxkit/binfmt:94d59bc179c7a9155d8593a974d499352b70bfd5
# Format and mount the disk image in /var/lib/docker
- name: format
image: linuxkit/format:80bd847a90842d3f19460a560d7d95d6fe13bd71
image: linuxkit/format:0b75e494eea0312f3015e6c6f7c5927620d56c96
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
command: ["/usr/bin/mountie", "/var/lib"]

View File

@@ -12,7 +12,7 @@ onboot:
- name: sysfs
image: linuxkit/sysfs:697f996868d6625a78bbbefb199d7b6b6ae3533a
- 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

@@ -13,7 +13,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/external"]