I m reinstalling Gentoo. I have two drives, a primary SSD which holds the system. This is formatted with XFS and Ext4. My secondary, data, drive is encrypted with LUKS and uses a ZFS filesystem.
I want to mount a dataset from the encrypted (secondary) drive onto /var in the primary drive in order to use compression and take the load off the SSD.
My question: during the boot process, will /var need to be available to the system *before* decryption of the secondary drive occurs and the zpool is imported, or can I boot into the system without /var?


