diff --git a/scripts/make_rootfs.sh b/scripts/make_rootfs.sh index 200a47f..532e54b 100755 --- a/scripts/make_rootfs.sh +++ b/scripts/make_rootfs.sh @@ -7,10 +7,15 @@ 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://repo.revyos.dev/local/local/revyos-gles-21/ revyos-gles-21 main" \ + "deb [trusted=yes] https://repo.revyos.dev/local/ revyos-addons main" \ + "deb [trusted=yes] https://repo.revyos.dev/local/ revyos-kernels 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-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" } make_rootfs() @@ -48,4 +53,4 @@ make_rootfs() # apt update chroot "$CHROOT_TARGET" sh -c "apt update" -} \ No newline at end of file +}