From 210d8a86e75c0d14ed4a39ad5875f43bd55b9262 Mon Sep 17 00:00:00 2001 From: memdmp Date: Tue, 18 Mar 2025 10:39:37 +0100 Subject: fix: change comment --- static/misc/automated-alpine-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/misc/automated-alpine-setup') 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 -- cgit v1.2.3