Skip to content

Commit

Permalink
chore: update fedora rv32 rootfs
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Mar 1, 2024
1 parent 88c77a9 commit ee9a0bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootfs/root.ext4.zst filter=lfs diff=lfs merge=lfs -text
9 changes: 7 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,13 @@ function build_uboot() {
}

function build_rootfs() {
curl -o ${OUTPUT_DIR}/${ROOTFS_IMAGE_FILE} \
https://openkoji.iscas.ac.cn/repos/fc38-rv32/qemu/root.ext4
cp -vf rootfs/root.ext4.zst ${OUTPUT_DIR}/root.ext4.zst
pushd ${OUTPUT_DIR}
{
unzstd root.ext4.zst
mv root.ext4 ${ROOTFS_IMAGE_FILE}
}
popd
}

function build_img() {
Expand Down
3 changes: 3 additions & 0 deletions rootfs/root.ext4.zst
Git LFS file not shown

0 comments on commit ee9a0bc

Please sign in to comment.