Skip to content

Commit

Permalink
[test]: repo: use dev repo
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Sep 20, 2024
1 parent 4e03046 commit 49d76c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ make_rootfs_tarball()
mmdebstrap --architectures=riscv64 \
--include="$PACKAGE_LIST" \
sid $1 \
"deb https://mirror.iscas.ac.cn/revyos/revyos-gles-21/ revyos-gles-21 main" \
"deb https://mirror.iscas.ac.cn/revyos/revyos-base/ sid main contrib non-free non-free-firmware" \
"deb https://mirror.iscas.ac.cn/revyos/revyos-kernels/ revyos-kernels main" \
"deb https://mirror.iscas.ac.cn/revyos/revyos-addons/ revyos-addons main"
"deb [trusted=yes] https://mirror.iscas.ac.cn/revyos/dev/revyos-gles-21/ revyos-gles-21 main" \
"deb [trusted=yes] https://mirror.iscas.ac.cn/revyos/dev/revyos-kernels/ revyos-kernels main" \
"deb [trusted=yes] https://mirror.iscas.ac.cn/revyos/dev/revyos-addons/ revyos-addons main" \
"deb https://mirror.iscas.ac.cn/revyos/revyos-base/ sid main contrib non-free non-free-firmware"
}

make_rootfs()
Expand Down Expand Up @@ -48,4 +48,4 @@ make_rootfs()

# apt update
chroot "$CHROOT_TARGET" sh -c "apt update"
}
}

0 comments on commit 49d76c6

Please sign in to comment.