-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support to Funtoo Macaroni OS #64
Comments
Add some more information.
And then parse every
|
hello, @geaaru thanks for this feature request and other details that you provided when we chatted on discord few weeks ago. I still have this task on my todo list but lacking time to focus more on let me also do this self-note so that I can jump more easily to this when I'll find some time: # cat /etc/os-release
ID="macaroni"
NAME="MacaroniOS"
PRETTY_NAME="Funtoo Macaroni Linux"
ANSI_COLOR="0;34"
HOME_URL="https://www.macaroni.funtoo.org"
BUG_REPORT_URL="https://bugs.funtoo.org"
VERSION="22.09 (Phoenix)"
VERSION_ID=22.09
VERSION_CODENAME=eagle
minion / # cat /etc/lsb-release
DISTRIB_ID="macaroni"
DISTRIB_DESCRIPTION="Funtoo Macaroni OS"
DISTRIB_RELEASE=22.09.01
DISTRIB_CODENAME=eagle
LSB_VERSION="funtoo-macaroni-22.09.01-amd64" |
When the subset
portage
is enable inside a macaroni installation it's possible usevulner
with portage engine but instead if this subset is not enable a possibility could be use the output generated by theluet search --installed .
command in the JSON format.Hereinafter, an example of the output:
My suggestion is for now check if exists the labels
original.package.name
andoriginal.package.version
, and then exclude package without these labels. For the other packages we need to study a different solution but it's a minor number of packages in this condition.Thanks in advance
The text was updated successfully, but these errors were encountered: