-
Notifications
You must be signed in to change notification settings - Fork 88
added stillOS def #1159
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
added stillOS def #1159
Conversation
|
@mvo5 With things moving into I know we probably want to start explaining people to move to the 'new' ISO setup so this isn't necessary at all but we'll need to write some docs/README updates for that. |
bib/data/defs/stillos-10.yaml
Outdated
| @@ -0,0 +1,93 @@ | |||
| anaconda-iso: | |||
| packages: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAICT (did a quick diff) this is an identical setup to the centos-10.yaml file in the repo, would you mind just making this a symlink so that we can keep them in sync easier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Sorry, that was what I meant to do to begin with. I guess I made a mistake with git the first time.
|
Thanks @PizzaLovingNerd this is ready to go in but could you please drop the merge commit from this PR? I'd do it myself but you have turned off push access to the PR :) |
3421953 to
fa085e4
Compare
|
Done, thanks for helping me with this. |
supakeen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message could be cleaner (I think you left only the symlink commit) but I won't block on that personally. Thank you :)
|
I assume your OS also sets an ID_LIKE ? Because we will transition to that in the future to avoid the need for all these symlinks :) |
Hello, this adds a definition file for my distribution stillOS. Upstreaming would be helpful so I don't have to maintain my own docker image just for this overlay. Thanks in advance.