diff options
Diffstat (limited to 'static/misc/automated-alpine-setup')
-rw-r--r-- | static/misc/automated-alpine-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/misc/automated-alpine-setup b/static/misc/automated-alpine-setup index 0d46253..805ee19 100644 --- a/static/misc/automated-alpine-setup +++ b/static/misc/automated-alpine-setup @@ -4,7 +4,7 @@ # Replace `[SSHKEY]` with the desired SSH key # Replace `/tmp/vm.iso` with the Alpine ISO # Replace `/tmp/target.qcow2` with the desired qcow2 image to install on -# Replace `-m 8G` with the amount of memory to use +# Replace `-m 8G` with the amount of memory to provide the VM # After setup, change the disk encryption password (will be set to `pass`) via `cryptsetup luksAddKey /dev/sdb3` followed by `crypsetup luksRemoveKey /dev/sdb3` spawn qemu-system-x86_64 -smp 8 -run-with user=memdmp -drive file=/tmp/vm.iso,format=raw,index=0,media=disk -drive file=/tmp/target.qcow2,format=qcow2,index=1,media=disk -serial stdio -display none -m 8G |