Update hashes for pkg/swap

Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
David Scott 2021-10-14 15:32:10 +01:00
parent c3642dd089
commit c2d47b47ff
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ onboot:
command: ["/usr/bin/mountie", "/var/lib"]
# make a swap file on the mounted disk
- name: swap
image: linuxkit/swap:0028aeae2741d28120e4d2c6efcc5af003eae395
image: linuxkit/swap:7f7074c05bad414af39f2374301b72bc67314715
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
- name: mount-vpnkit

View File

@ -18,7 +18,7 @@ onboot:
image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba
command: ["/usr/bin/mountie", "/var/external"]
- name: swap
image: linuxkit/swap:0028aeae2741d28120e4d2c6efcc5af003eae395
image: linuxkit/swap:7f7074c05bad414af39f2374301b72bc67314715
# to use unencrypted swap, use:
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]