-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manjaro-arm support #182
base: master
Are you sure you want to change the base?
Manjaro-arm support #182
Conversation
Bump, anyone know how I should proceed? |
Bump. Any tips? |
Is this (a) an official ARM release of the "normal" Manjaro project or (b) an unofficial project not run by the Manjaro devs? If it's (a), we'll want to make it an extension of the existing Manjaro fetch code. If it's (b), you're correct here in making it an independent project.
Note there are no Bedrock Manjaro maintainers. If you want to contribute something like this - and I absolutely encourage you to do so - you'll have to figure this part out yourself. Copy/pasting existing The existing If Manjaro ARM provides If Manjaro ARM doesn't provide If Manjaro ARM does not provide any such bootstrap tool, you may need to use another fetch strategy. It's not impossible no currently-in-use
I'm not sure if this fact is properly documented anywhere, but we don't allow this. Some concerns include:
|
It's made by the same devs, but it's a seperate distro I believe. I will look into your other suggestions. thx for the feedback |
Btw, I don't really use manjaro myself, but I just wanted to add this. (btw I use arch) |
4099fe1
to
fc27745
Compare
arch-install-scripts is still available on Manjaro ARM https://mirror.clarkson.edu/manjaro/arm-stable/extra/aarch64/arch-install-scripts-23-2-any.pkg.tar.xz What's the point in their replacement package? basestrap is just a pacstrap rename. https://wiki.manjaro.org/index.php?title=Manjaro-tools#Files pacstrap is in arch-install-scripts |
Oh, I didn't see that. Thanks! |
12e1061
to
524beae
Compare
Things I've done in this PR: implement manjaro-arm support
Manjaro-arm support: I've added manjaro-arm support. But I've hit a roadblock, there is no manjaro-tools-base or manjaro-arm-tools package on manjaro arm. When you run
brl fetch manjaro
that installs and uses the manjaro-tools-base package for installing packages into the new root directory.Worst case scenerio, if I can't figure out how to do it, I can just install arch linux arm version of those packages (see https://wiki.manjaro.org/index.php?title=Manjaro-tools#Files) and do it that way.
Anyone know how I can proceed?