arvidjaar / bootinfoscript

71 stars 20 forks source link

Add support for nvme drives #10

Closed sudoapt-getclean closed 5 years ago

sudoapt-getclean commented 5 years ago

I was happy to find the script but the results where disappointing at first. At some point I realized this was probably due to not checking for my nvme drives. So I added that. and than it worked. I hope you have time to merge it. I can't guarantee all nvme drives will be included since I have no real knowledge of their naming convention,... But I'm pretty sure this addition won't break anything either.git@github.com:sudoapt-getclean/bootinfoscript.git

arvidjaar commented 5 years ago

Sorry, this one cannot be applied - glob pattern does not do what you apparently expect and there are other places which need adjustment for proper support. See e.g. patch in https://github.com/arvidjaar/bootinfoscript/issues/5 which is more complete.