No description
- 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. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
LICENSE.GPL3 | ||
mkimg | ||
mkrootfs | ||
README.md | ||
startqemu.sh |
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]