Skip to content

Commit

Permalink
[Not Merge]: test: ci: use dev repo for kernel
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Jun 1, 2024
1 parent 3f9ad23 commit 97b3a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ make_rootfs_tarball()
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 [trusted=yes] https://mirror.iscas.ac.cn/revyos/dev/revyos-kernels/ revyos-kernels main" \
"deb https://mirror.iscas.ac.cn/revyos/revyos-addons/ revyos-addons main"
}

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

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

0 comments on commit 97b3a4c

Please sign in to comment.