Skip to content
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

Write a GRUB module to detect the ISOs #35

Closed
probonopd opened this issue Dec 29, 2018 · 2 comments
Closed

Write a GRUB module to detect the ISOs #35

probonopd opened this issue Dec 29, 2018 · 2 comments

Comments

@probonopd
Copy link

Would it be possible to write a GRUB module to do detect the ISOs rather than hardcoding certain versions? I might be interested in this for the SystemImageKit project, too.

@snshn
Copy link

snshn commented Dec 29, 2018

Please see my comment here: #34 (comment)

@thias
Copy link
Owner

thias commented Jan 1, 2019

I have started reworking some of the files, using the regexp grub2 module. It allows to expand a shell-like file glob, to get a list of available files, and also to extract version, arch, variant, etc. from the file names to construct "dynamic" menu entries. See CentOS, Ubuntu or Linux Mint files to see how it goes, as I'm guessing it's what you wanted (and what I had wanted for a long time too!).

@thias thias closed this as completed Jan 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants