Terminate implementation of metadata in fickit
This commit is contained in:
parent
a5699b6cce
commit
89d687cd94
4 changed files with 22 additions and 24 deletions
|
|
@ -23,23 +23,19 @@ onboot:
|
|||
- /etc/sysctl.d/01-fic.conf:/etc/sysctl.d/01-fic.conf:ro
|
||||
|
||||
# Metadata
|
||||
- name: metadata-mount
|
||||
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||
command: ["/usr/bin/mountie", "-device", "/dev/sda1", "/boot" ]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:501144d47215671e77b9cac44748a04f21236195
|
||||
command: ["/usr/bin/metadata", "-v", "file=/fickit-metadata"]
|
||||
binds:
|
||||
- /boot/fickit-metadata:/fickit-metadata:ro
|
||||
command: ["/usr/bin/metadata", "-v"]
|
||||
|
||||
# Filesystem
|
||||
- name: swap
|
||||
image: linuxkit/swap:d17a7f1c26ff768c26b3c206ccf3aa72349568df
|
||||
command: ["/sbin/swapon", "/dev/sda2"]
|
||||
command: ["/sbin/swapon", "/dev/sda3"]
|
||||
- name: dm-crypt
|
||||
image: linuxkit/dm-crypt:526d32351c8246431be8e1a168cb514ff3c365af
|
||||
command: ["/usr/bin/crypto", "-l", "crypt_fic", "/dev/sda3"]
|
||||
command: ["/usr/bin/crypto", "-l", "crypt_fic", "/dev/sda4"]
|
||||
binds:
|
||||
- /dev:/dev
|
||||
- /run/config/dm-crypt:/etc/dm-crypt
|
||||
- name: mount
|
||||
image: linuxkit/mount:f671cb94a8999a65e33b3fe79f3def58e3d58b07
|
||||
|
|
|
|||
Reference in a new issue