Add GUID Partition Table (GPT) support to extend and mount packages

Signed-off-by: Federico Pellegatta <12744504+federico-pellegatta@users.noreply.github.com>
This commit is contained in:
Federico Pellegatta
2020-04-24 09:38:05 +02:00
parent 966cf121a3
commit 6133c561fd
32 changed files with 137 additions and 34 deletions

View File

@@ -17,7 +17,7 @@ onboot:
- name: format
image: linuxkit/format:0b75e494eea0312f3015e6c6f7c5927620d56c96
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
image: linuxkit/mount:19fa297189166206ac97261679c3e31fb140d48f
command: ["/usr/bin/mountie", "/var/lib/docker"]
services:

View File

@@ -16,7 +16,7 @@ onboot:
image: linuxkit/format:0b75e494eea0312f3015e6c6f7c5927620d56c96
command: ["/usr/bin/format", "/dev/sda"]
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
image: linuxkit/mount:19fa297189166206ac97261679c3e31fb140d48f
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
- name: loop
image: linuxkit/losetup:0730b61ac5c8803ba73318c2dd5121dc15cfbf34
@@ -25,7 +25,7 @@ onboot:
image: linuxkit/dm-crypt:0ea63bfd97b719d185b69994b4856d97fbc8a2dd
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
image: linuxkit/mount:19fa297189166206ac97261679c3e31fb140d48f
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
- name: bbox
image: busybox

View File

@@ -19,7 +19,7 @@ onboot:
image: linuxkit/dm-crypt:0ea63bfd97b719d185b69994b4856d97fbc8a2dd
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
image: linuxkit/mount:19fa297189166206ac97261679c3e31fb140d48f
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
- name: bbox
image: busybox

View File

@@ -22,7 +22,7 @@ onboot:
- name: format
image: linuxkit/format:0b75e494eea0312f3015e6c6f7c5927620d56c96
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
image: linuxkit/mount:19fa297189166206ac97261679c3e31fb140d48f
command: ["/usr/bin/mountie", "/var/lib"]
# make a swap file on the mounted disk
- name: swap

View File

@@ -14,7 +14,7 @@ onboot:
- name: format
image: linuxkit/format:0b75e494eea0312f3015e6c6f7c5927620d56c96
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
image: linuxkit/mount:19fa297189166206ac97261679c3e31fb140d48f
command: ["/usr/bin/mountie", "/var/lib/docker"]
services:
- name: getty

View File

@@ -15,7 +15,7 @@ onboot:
- name: format
image: linuxkit/format:0b75e494eea0312f3015e6c6f7c5927620d56c96
- name: mount
image: linuxkit/mount:8363f4f1744e1df2557ec260a4cc94227178fd69
image: linuxkit/mount:19fa297189166206ac97261679c3e31fb140d48f
command: ["/usr/bin/mountie", "/var/external"]
- name: swap
image: linuxkit/swap:2cf5c3f08c4b238bb5fe231fd59ce19faee0fbc6