Hi, I have followed this https://wiki.alpinelinux.org/wiki/Qemu.
I have successfully installed alpine on qemu and got the user prompt. I had shut it down using poweroff command. Now, is that installation info saved into the disk img that I have created? I don't find it and I'm unsure where did the installation actually happen. The size of the img didn't change even after the installation. Commands used : `qemu-img create -f qcow2 alpine.qcow2 8G` `qemu-system-x86_64 -m 512 -net user -cdrom ~/Downloads/alpine-standard-3.11.6-x86_64.iso -hda alpine.qcow2` In the installation process, selected the use of partition as sys. How can I boot directly into the installed img of alpine? Thank you. Susarla Nikhilesh.

