mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-03 16:00:36 +00:00
Update hashes for pkg/swap
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
c3642dd089
commit
c2d47b47ff
@ -26,7 +26,7 @@ onboot:
|
|||||||
command: ["/usr/bin/mountie", "/var/lib"]
|
command: ["/usr/bin/mountie", "/var/lib"]
|
||||||
# make a swap file on the mounted disk
|
# make a swap file on the mounted disk
|
||||||
- name: swap
|
- name: swap
|
||||||
image: linuxkit/swap:0028aeae2741d28120e4d2c6efcc5af003eae395
|
image: linuxkit/swap:7f7074c05bad414af39f2374301b72bc67314715
|
||||||
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
||||||
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
||||||
- name: mount-vpnkit
|
- name: mount-vpnkit
|
||||||
|
@ -18,7 +18,7 @@ onboot:
|
|||||||
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
|
||||||
command: ["/usr/bin/mountie", "/var/external"]
|
command: ["/usr/bin/mountie", "/var/external"]
|
||||||
- name: swap
|
- name: swap
|
||||||
image: linuxkit/swap:0028aeae2741d28120e4d2c6efcc5af003eae395
|
image: linuxkit/swap:7f7074c05bad414af39f2374301b72bc67314715
|
||||||
# to use unencrypted swap, use:
|
# to use unencrypted swap, use:
|
||||||
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
||||||
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
||||||
|
Loading…
Reference in New Issue
Block a user