In “manjaro-tools.conf”
build_mirror=https://manjaro.moson.eu/
is not working
I changed it to
build_mirror=https://manjaro.moson.org/
and uncommented it to make build iso work
In “manjaro-tools.conf”
build_mirror=https://manjaro.moson.eu/
is not working
I changed it to
build_mirror=https://manjaro.moson.org/
and uncommented it to make build iso work
It’s a known issue:
So what are we supposed to use and when will it be changed in buildiso?
The build mirror for buildiso just pulls packages for the iso from one of the repository mirrors. I have mine changed to a fast local mirror, it speeds up the build by getting packages faster.
copy the folder /etc/manjaro-tools to your ~/.config folder
Then edit the build_mirror variable - example using the danish dotsrc.org mirror
# custom build mirror server
#build_mirror='https://mirror.easyname.at/manjaro'
build_mirror='https://mirrors.dotsrc.org/manjaro'
Is this what is going to be used in the future?
I already have a solution as stated in the first post.
The default is likely to be changed to reflect the take-down of moson.eu.
It has always been the intention to allow/require the enduser to adapt the build_mirror to suit local conditions.
I don’t know which mirror will become a default - a guess - it could be pointing to the CDN77 network at mirrors.manjaro.org.
Build iso translates ‘https://mirrors.manjaro.org/’
to
‘https://mirrors.manjaro.org/unstable/$repo/$arch’ which currently produces a 404
if you look at the content of the url - it is stated the following url is to be set for the mirrorlist
This is the Manjaro Repository powered by CDN77.com
add the following to your /etc/pacman.d/mirrorlist
Server = https://mirrors.manjaro.org/repo/BRANCH/$repo/$arch
Note: replace BRANCH with your branch you want to use
Possible options: stable, testing, unstable, arm-stable, arm-testing, arm-unstable
https://mirrors.manjaro.org/repo
As buildiso already contains the branch info - then the above will be how you set in your tools configuration
2 posts were merged into an existing topic: Ryzen 7000 series
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.