No description
.gitignore | ||
LICENSE | ||
LICENSE.GPL3 | ||
mkimg | ||
mkrootfs | ||
README.md | ||
startqemu.sh |
Parch Linux RISC-V RootFS Builder
Useful scripts for building and running Parch Linux RISC-V Qcow image.
This is only for Testing Parch Gnu/Linux on Risc-V.
This Script is forked from Archriscv Scriptlet
Prerequisite
- arch-install-scripts
- parted
- git
- qemu-img
- qemu-system-riscv
- riscv64-linux-gnu-gcc
- devtools-riscv64
Build Step
./mkrootfs
./mkimg
Start QEMU
Important
You must use fallback initrd first, and re-generate initramfs with
mkinitcpio -P
to use non-fallback version later.
./startqemu.sh [qcow image file]