setting up qemu for other architectures and operating systems :)
- Shell 96.8%
- Makefile 3.2%
| alpine-linux | fix alpine uki doc | |
| arch-linux | arch linux | |
| freebsd | openbsd x86_64 | |
| images | change stuff for alpine linux and bootable UKI | |
| nixos | change stuff for alpine linux and bootable UKI | |
| openbsd | add arch linux | |
| .gitignore | change stuff for alpine linux and bootable UKI | |
| LICENSE | init add alpine linux aarch64 | |
| README.md | update link | |
qemu-setup
Network:
- Ipv4
- TODO: Ipv6
Architectures:
- x86_64 (amd64)
- aarch64 (arm64)
- TODO: riscv64
Operating Systems:
With possibility to ssh. Ensure your /etc/resolv.conf is configured, since qemu reads it.
ssh root@localhost -p 1337
rsync -a -e "ssh -p 1341" transferbins/ root@localhost:root/zigbins/
Feel free to open any issues or PRs.
Dependencies
- make, wget, xz, qemu, ssh, rsync
see other stuff
- https://github.com/tsoding/wisp
- https://www.youtube.com/watch?v=ZLq-QvLWuoc
- https://github.com/keygenqt/skill-qemu-alpine
- https://www.youtube.com/watch?v=ugs8wTRsnKs
- http://www.9front.org/releases/
LICENSE
This work is licensed only under the GNU Affero General Public License version 3 (AGPLv3). See the LICENSE file for details.