-
Notifications
You must be signed in to change notification settings - Fork 32
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 the ability to sort stages by age #35
Comments
Maybe a |
Sounds good to me. For my use case a reverse alphabetical order would work fine (with the exception of going from But as far as I can tell darch doesn't save the stage time anywhere so that would need to be implemented first, right? |
Correct. |
Can you think of an obvious place to put it? |
Question, if you tag an existing staged image, would you expect the date to stay the same? |
Maybe get the date modified/created of the folder for the staged item? |
I would expect it to be when you actually ran
I think that's a good plan! 👍 |
@pauldotknopf Is there any work being done on implementing |
Also, making it easier (possible?) to tweak /etc defaults/grub which would allow an unnatended reboot to the same image name - obviously @arnarg that's not exactly your use case, but it's a similar concept. |
I renamed the darch grub config to
/etc/grub.d/05_darch
so it would appear on the top of the list in grub.I however tag my images by the build number (
imagename:v10
,imagename:v11
, ...) so staging a new one will make it appear in grub after the old one as it's sorted alphabetically.It would be nice to be able to sort them by age in grub menu so an unattended reboot will boot the newest stage.
The text was updated successfully, but these errors were encountered: