We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Debian/Ubuntu: Separate a command Having the systemctl enable command right with the unit file contents made it possible to confuse that command for part of the file contents. Fixes #9985
Revert "Debian: mkdir /var/lock" This was only an issue because the original bug reporter was using something other than debootstrap. This reverts commit 3f5a09e7df75aec72d9e85b3748ce7cf4948623e.
Debian: mkdir /var/lock Fixes #9945 Reported-by: Saverio Miroddi <[email protected]>
Debian/Ubuntu: Clarify grub-install for UEFI
Debian/Ubuntu: Update zfs-discuss links The old link was dead.
Debian: Improve AES-GCM justification
Debian: Fix the ZFS installation in the Live CD Reported-by: jose7007 Fixes #9599.
Debian/Ubuntu: Fix efibootmgr The -p argument to efibootmgr specifies the partition number. I failed to update this from 3 to 2 when I changed the partition layout. Reported-by: Chen Yufei <[email protected]> Fixes #9490
Debian: Pin all the ZFS binary packages Fixes #9638
Debian: Update libvirt instructions Fixes #9676 Signed-off-by: Richard Laager <[email protected]>
Ubuntu/Debian: Use a variable for the disk This simplifies a bunch of typing. This does more strongly encourage people to use /dev/disk/by-id naming, as e.g. ${DISK}-part1 does not work if $DISK is /dev/sda. This could be a considered a feature or a bug, depending on one's perspective.
Ubuntu/Debian: Remove prompts from commands This should facilitate easier copy-and-paste.
Debian/Ubuntu: Change formatting on osprober note
Debian/Ubuntu: Simplify cp command Suggested-by: colmbuckley
Revert "Debian: Add steps to patch zfs-initramfs" buster-backports has 0.8.2 now. This reverts commit c7722c835c525d513d3a2df41222351e4b146dc4, except that I kept the `apt update`, `apt dist-upgrade`, and `reboot` steps.
Debian: Bring back LUKS There was some interest on the mailing list for having LUKS support. People may not fully trust ZFS native encryption, for example.
Debian/Ubuntu: Improve popcon instructions The user needs to pick Yes when installing popcon.
Debian: Remove an old warning This was from when we were building the ZFS packages manually.
Debian: Add steps to patch zfs-initramfs The patch fixes zfs-initramfs's Plymouth support for prompting for encryption passphrases. It is included in 0.8.2, so by the time of the next package update, the patch should not need to be reapplied.
Debian: Promote Buster Encrypted HOWTO This is now the official HOWTO.
Debian/Ubuntu: Increase the boot pool to 1G This helps if the user has snapshots. Additionally, 1G is the expected size that the Ubuntu installer will use.
Debian/Ubuntu: Fix git clone command Reported-by: HankB in issue #9149
Debian: Change shim to shim-signed Fixes #9117
Debian/Ubuntu: Note that Internet is required The Root-on-ZFS HOWTOs require Internet access to download packages.
Debian: Update for Buster release This commit should address issue #9063. It also includes general updates for the fact that Buster has been released.
add comment about perf on <2GB RAM.
Root-on-ZFS: Add a note about GRUB & mirroring Reported-by: Erik Wramner https://github.com/zfsonlinux/zfs/issues/8223#issuecomment-505339755
Debian: Remove unnecessary step
Debian/Ubuntu: Fix a bpool/rpool typo
Debian/Ubuntu: Use AES-256 cryptsetup 2.1.0-1 now uses AES-256. This will be released with Debian Buster and Ubuntu Disco (19.04). Reported-by: Jason Cohen <[email protected]>