1
1
Fork
You've already forked qemu-setup
0
setting up qemu for other architectures and operating systems :)
  • Shell 96.8%
  • Makefile 3.2%
2026年06月17日 13:42:23 +02:00
alpine-linux fix alpine uki doc 2026年06月17日 13:42:23 +02:00
arch-linux arch linux 2026年03月16日 08:14:36 +01:00
freebsd openbsd x86_64 2026年01月16日 21:43:38 +01:00
images change stuff for alpine linux and bootable UKI 2026年06月17日 13:14:37 +02:00
nixos change stuff for alpine linux and bootable UKI 2026年06月17日 13:14:37 +02:00
openbsd add arch linux 2026年02月17日 17:18:51 +01:00
.gitignore change stuff for alpine linux and bootable UKI 2026年06月17日 13:14:37 +02:00
LICENSE init add alpine linux aarch64 2026年01月14日 16:49:51 +01:00
README.md update link 2026年03月18日 12:14:13 +01:00

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

LICENSE

This work is licensed only under the GNU Affero General Public License version 3 (AGPLv3). See the LICENSE file for details.