Update general QEMU instructions in main README - #4009
Conversation
Remove old docs in favor of Building and Testing guide.
|
|
||
| ## Without a Live ISO Image | ||
|
|
||
| # truncate -s 20G testimage.img |
There was a problem hiding this comment.
can we leave this in as it is very useful for running archinstall locally during dev and use the loopback device
There was a problem hiding this comment.
I tried them locally and didn't really feel it was clear enough (second command didn't seem to work) maybe I'm missing something here and we can clarify.
There was a problem hiding this comment.
They work fine for me.
I think this one
# losetup --partscan --show --find ./testimage.img
has changed recently as the --find doesn't seem to work anymore, but removing that will make it work
| If you want to test a commit, branch, or bleeding edge release from the repository using the standard Arch Linux Live ISO image, | ||
| replace the archinstall version with a newer one and execute the subsequent steps defined below. | ||
|
|
||
| *Note: When booting from a live USB, the space on the ramdisk is limited and may not be sufficient to allow |
There was a problem hiding this comment.
I think this is still relevant or not?
There was a problem hiding this comment.
I added git clone -b testing-branch https://github.com/archlinux/archinstall As I think that clearer way to put it and a link to forks which I thought is cleaner
Since we already have a good Building and Testing section, I thought it would be better to have general QEMU/Other virt section and simplify a little (also updated a bit for extra possibilities, since this docs was from 2021).