leahneukirchen / hrmpf

hrmpf rescue system, built on Void Linux
Other
303 stars 19 forks source link

xbps-install doesn't use XBPS_ARCH env variable #20

Closed mangoducksparkles closed 1 year ago

mangoducksparkles commented 2 years ago
export XBPS_ARCH=x86_64-musl
xbps-install -S -R https://repo-us.voidlinux.org/current/musl

Works on the standard live image, but yields ERROR: [reposync] failed to fetch file 'https://repo-us.voidlinux.org/current/musl/x86_64-repodata': Not Found in hrmpf.

leahneukirchen commented 2 years ago

You can use XBPS_TARGET_ARCH instead, but not sure why hrmpf is different here.