diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-07-21 22:20:48 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-07-21 22:20:48 +0200 |
commit | fff917132ec4ddb5ef8f34ac790d9959963dd74a (patch) | |
tree | 091871643fe86021115bc43f55002fe53f21963b /test | |
parent | 11c7f231d2cf06245b52e302868337ea44b6081f (diff) |
now with encryption
Diffstat (limited to 'test')
-rwxr-xr-x | test | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,7 +0,0 @@ -#!/bin/bash - -if ! test -f "main"; then - qemu-img create main 20G -fi - -./run_archiso -u -i images/$(ls images | sort | tail -n 1) |