No description
Find a file
Felix Yan 9fc89f348e
feat: Enable networking and use systemd-nspawn instead of arch-chroot (#9)
- Enable networking by default as it's often useful.
- Use systemd-nspawn instead of arch-chroot because the latter is known
  to be fragile and often results in mounts not being cleaned up
  correctly and broken images.
2022-12-01 22:06:37 +08:00
.gitignore feat: add mkimg script to make qemu img (lack compressed kernel support) 2022-05-23 21:11:54 +08:00
LICENSE chore: add LICENSE file and copyright comment 2022-07-27 15:58:27 +08:00
LICENSE.GPL3 chore: add LICENSE file and copyright comment 2022-07-27 15:58:27 +08:00
mkimg feat: Enable networking and use systemd-nspawn instead of arch-chroot (#9) 2022-12-01 22:06:37 +08:00
mkrootfs fix(mkrootfs&mkimg): fix argument parser (#6) 2022-09-13 12:05:55 +08:00
README.md docs(readme): add README.md file (#8) 2022-09-15 14:45:23 +08:00
startqemu.sh feat: Enable networking and use systemd-nspawn instead of arch-chroot (#9) 2022-12-01 22:06:37 +08:00

Arch RISC-V Scriptlet

Useful scripts for building and running Arch RISC-V Qcow image.

Prerequisite

  • arch-install-scripts
  • git
  • qemu-img
  • qemu-system-riscv
  • riscv64-linux-gnu-gcc

Build Step

./mkrootfs
./mkimg

Start QEMU

./startqemu.sh [qcow image file]