Skip to content

Commit

Permalink
update rootfs
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Nov 9, 2022
1 parent 626704e commit b0b8c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ task:
update-alternatives --install /usr/bin/riscv64-linux-gnu-g++ riscv64-g++ /usr/bin/riscv64-linux-gnu-g++-12 10
download_root_tarball_script: |
wget https://mirror.iscas.ac.cn/deepin-riscv/deepin-stage1/deepin-beige-stage1-minbase.tar
wget https://mirror.iscas.ac.cn/deepin-riscv/deepin-stage1/deepin-beige-stage1-dde.tar.gz
create_rootfsimg_script: |
mkdir rootfs
Expand Down Expand Up @@ -91,7 +91,7 @@ task:
unpack_root_tarball_script: |
pushd rootfs
tar xpvf ../deepin-beige-stage1-minbase.tar --xattrs-include='*.*' --numeric-owner
tar xpvf ../deepin-beige-stage1-dde.tar.gz --xattrs-include='*.*' --numeric-owner
popd
mount_and_setup_script: |
Expand Down

0 comments on commit b0b8c67

Please sign in to comment.