sd-zfs icon indicating copy to clipboard operation
sd-zfs copied to clipboard

Compatibility between systemd and ZFS roots

Results 11 sd-zfs issues
Sort by recently updated
recently updated
newest added

Hi :) first of all: Normal boot works perfectly - and with a really hard system config. I'm successfully using - Manjaro - rEFInd Bootloader - Unified Kernel Image complete...

Implemented the stubbed-out decryption methods using `systemd-ask-password`. Also made some tweaks to some error output as well as returning exit code 1 when mounting fails. Currently it doesn't have any...

I am using ArchLinux on a ZFS root file system, booting with systemd and `sd-zfs` ([mkinitcpio-sd-zfs]). I am experimenting with multiple root filesysem datasets, either cloned from snapshots or created...

Native encryption is currently not supported. [PR#4](https://github.com/dasJ/sd-zfs/pull/24) offers a C based solution, but it hasn't been mainlined yet I'd like to suggest [an alternative solution that could be immediately mainlined...

With systemd udev, sd-zfs fails to find my boot devices and attempts to go into rescue mode and fails there with an inability to mount /sysroot and systemd whining about...

The recently committed change https://github.com/dasJ/sd-zfs/pull/31 breaks all previous installs of sd-zfs by removing 'zfs:' interpretation and replacing it with 'ZFS=' instead of keeping the old style while implementing the new....

I want to create a multiboot pool. So I have the following ``` $ zfs list -r ssd/linux NAME USED AVAIL REFER MOUNTPOINT ssd/linux 81,7G 79,1G 96K none ssd/linux/arch 21,1G...

Hi, thank for sharing your work. I am trying to create a minimal initrd. I configured the hooks as follow: ``` HOOKS=(base udev block systemd sd-plymouth autodetect modconf keyboard keymap...

This is my first effort to do anything in C, so please bear with me... I tried to understand the logic behind the construction of the mountpoint that gets passed...