-
Notifications
You must be signed in to change notification settings - Fork 67
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
Potential Funtoo Linux Fetch Support? #286
Comments
When downloading/building Bedrock's installer, the user has to select the appropriate architecture. This is the default If that's what you mean, then yes, Bedrock should effectively provide enough information. Otherwise, if funtoo supports even more nuanced architecture descriptions, Bedrock does not and some other solution will be needed.
https://bedrocklinux.org/0.7/extending.html#brl-fetch-new-distros
Sounds good! |
i should clarify that cpu subarch != cpu arch cpu arch is like amd64 vs i586 subarch is like ivylake vs haswell codename intel chipsets. it's much more nuanced. so, yes- bedrock may need that functionality to make a funtoo fetch work effectively. but- funtoo linux also has generic amd64 and i586 support as well, so for now a generic cpu architecture should suffice, but not ideal. |
Ah, gotcha. Right, the current Bedrock 0.7 doesn't detect/track/store that at all. The future 0.8 roadmap includes supporting Bedrock component updates from source with If compilers are available, I know they can be queried for that kind of information. For example this works for me on some of my machines:
However, (1) we can't guarantee such a compiler is available as Bedrock supports fairly minimal systems (e.g. maybe the user is getting Funtoo for its compiler toolchains and doesn't have any pre-Funtoo), and (2) even if it is available we don't actually know it's the actual native CPU, as Bedrock supports per-stratum architectures (e.g. the aforementioned Is it feasible for |
I wonder if a Funtoo Linux Strata Fetch would be possible.
Funtoo Does Not use
USE
Flags, and has pre-cooked profiles for CPU sub architectures as Stage3 tarballs or with theirego
profile utility.I wonder if Bedrock Linux has a subarch detection system, that could allow this functionality to be replicated in a Funtoo Linux Strata Fetch.
Funtoo Linux has a very similar installation process to gentoo- so the overall skeleton of the gentoo fetch script could serve as a basis.
I will have to do more reading on bedrock fetch scripting.
If I make a functional fetch script I will send a prq with that.
I am asking if people had pointers that I must consider when I do this.
The text was updated successfully, but these errors were encountered: