-
Notifications
You must be signed in to change notification settings - Fork 669
Update general QEMU instructions in main README #4009
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is still relevant or not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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).