aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-18 10:39:37 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-18 10:39:37 +0100
commit210d8a86e75c0d14ed4a39ad5875f43bd55b9262 (patch)
tree9d95ac91214b3defe41e3715765a205a42cd1cad
parent5f8825bae500aef5a5350358c567c2d71bd5b1f1 (diff)
downloadmem-estrogen-zone-210d8a86e75c0d14ed4a39ad5875f43bd55b9262.tar.gz
mem-estrogen-zone-210d8a86e75c0d14ed4a39ad5875f43bd55b9262.tar.bz2
mem-estrogen-zone-210d8a86e75c0d14ed4a39ad5875f43bd55b9262.tar.lz
mem-estrogen-zone-210d8a86e75c0d14ed4a39ad5875f43bd55b9262.zip

fix: change comment

-rw-r--r--static/misc/automated-alpine-setup2
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