mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 23:18:41 +00:00
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:
@@ -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"]
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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"]
|
||||
|
@@ -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"]
|
||||
|
@@ -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"]
|
||||
|
Reference in New Issue
Block a user