-
Notifications
You must be signed in to change notification settings - Fork 9
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
zfs option request #6
Comments
ZFS is definitely planned at some point, though this installer has taken a bit of a backseat in favor of other projects I am currently part of unfortunately. The best way to have ZFS here is to open a pull request adding what you would like, after review, I'm open to merging from others. I think the best way to go about ZFS support would be zfsbootmenu as the only supported option, which will allow you to use ZFS native encryption rather than luks, in which case the installer should be ran from the hrmpf image here: https://github.com/leahneukirchen/hrmpf I will look into it, but I can't tell you when this will be completed. |
Thanks for your response! Once again thanks! |
I created a ZFS-BM install script that follows the official instructions as closely as possible. I'll make it available soon and perhaps we can dove-tail them together? |
@zenodotus280 that sounds good, what i would appreciate the most is a pull request, i'm having issues finding time to add major features like that, i just got around to adding UKI support despite having daily driven it for months- if you'd like to create a pull request, i'm more than willing to look over it and merge. otherwise, after making it public, i'll do what i can to get this feature added, i hadn't meant to leave this issue open for so long :p |
Okay - mine is only about 300 lines long so I can probably strip out the ZBM-specific commands and fit them into yours. Probably won't get around to this for a few weeks or more... you know how it goes ;) |
that sounds pretty clean, but we also need to figure out what we're going to do with encryption i've never tried ZBM, but if we can use luks instead of zfs native encryption i would prefer that, i don't have much faith in zfs native encryption at the moment after having looked into it for the past few months let me know once yours goes public and i'll take a look around |
Hi guys! |
i'm less concerned with stability (ZFS has proven itself plenty stable) and more concerned with how zfs with encryption leaks metadata, there's no way to detach headers of course, and the number of issues that are still open related to specifically encryption do check the "Caveats" part of this wiki page: https://wiki.gentoo.org/wiki/ZFS i'm not entirely opposed to using zfs native encryption, just need to make sure this is handled correctly as for boot chain security, it seems like ZFSBM is more or less just a UKI with a TUI and tools to handle ZFS, i like this a lot |
you can (alpine wiki), but i honestly think adding support for both would be nice. |
support for both is valid, right now i'm working on a branch that makes LVM optional, zfs support will have to come after i push that to main i'm also not a zfs user, so this is going to need some testing from people who do use it, especially as far as the settings deployed by default go |
Thank you for your great script!
Is there any chance you could add ZFS option to the install?
I believe this could make you a true star in the linux, void-linux community.
I've installed mine from a script I put together after many days of trials and errors and have been running this amazing very stable system for the last 2 years...
My aim is to install an encrypted ZFS rooted void xfce with all its goodies and i3 as its WM on a new machine I'm buying with an amazing WYSIWYG install script like yours, if possible.
Thanks for the attention!
The text was updated successfully, but these errors were encountered: