User talk:Fearedbliss/Installing Gentoo Linux On ZFS

From Gentoo Wiki
Jump to:navigation Jump to:search

User Remark:

This guide is wonderful. Thanks!

However, shouldn't:

echo "sys-boot/grub libzfs" >> /etc/portage/package.use

actually be:

echo "sys-boot/grub libzfs" >> /etc/portage/package.use/libzfs

?

FearedBliss's Answer:

Not necessary since it is just two ways of expressing the same information. Personally I prefer to have one file for all my stuff rather than many little files.


Great guide, any chance you could do some updates for OpenRC rather that systemd? -- mjeveritt (talk) 01:38, 30 December 2016 (UTC)

The guide was OpenRC before but since I haven't used OpenRC for years now and I only use systemd on all my systems, I took the opportunity to default to systemd (and also UEFI). --Fearedbliss (talk) 01:59, 30 December 2016 (UTC)

:( guess I'll have to dig out the old version then ... :/ thanks anyways! -- mjeveritt (talk) 02:02, 30 December 2016 (UTC)


User Remark: Sorry to trouble you, but could you support the systemd?

User Remark: Small update made to the assumptions section to clarify that this guide is not appropriate for machines with NVMe SSDs, with a link to an alternate guide for such machines.