Skip to content

Commit

Permalink
use repo.revyos.dev dev-local branch
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed May 10, 2024
1 parent 84b4442 commit 1f69adc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions scripts/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -48,4 +53,4 @@ make_rootfs()

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

0 comments on commit 1f69adc

Please sign in to comment.