Skip to content

Commit affbbd7

Browse files
committed
Update rim-bootstrap
1 parent 96ad9c6 commit affbbd7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ jobs:
3333
3434
# x86_64
3535
../main/rim-bootstrap
36-
sha256sum_x86_64="$(sha256sum runimage-x86_64)"
3736
zsyncmake runimage-x86_64
3837
3938
# aarch64 (temp disabled)
40-
#TARGETARCH=arm64 ../main/rim-bootstrap
41-
#sha256sum_aarch64="$(sha256sum runimage-aarch64)"
42-
#zsyncmake runimage-aarch64
39+
TARGETARCH=arm64 ../main/rim-bootstrap
40+
zsyncmake runimage-aarch64
4341
4442
rm -f runimage
4543

rootfs/var/RunDir/utils/rim-bootstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ ROOTFS_ARCH="$(./RunDir/Run uname -m 2>/dev/null)"
5757
echo '== update rootfs'
5858
## https://runimage-repo.static.hf.space
5959
## https://github.com/runimage/repo/releases/download
60-
./RunDir/Run pacman --noconfirm -Sy pacutils
60+
./RunDir/Run pacman -Sy archlinux-keyring --needed --noconfirm
6161
./RunDir/Run pacman --noconfirm -U "https://github.com/runimage/repo/releases/download/$ROOTFS_ARCH/runimage-mirrorlist.pkg.tar.zst"
62-
./RunDir/Run rim-update
62+
yes|./RunDir/Run pacman -Syu --overwrite '*'
6363

6464
echo '== add BlackArch repo'
6565
if [ ! -x '/tmp/strap.sh' ]

0 commit comments

Comments
 (0)