limit zfs arc: add '-k all' to 'update-initramfs' command

add '-k all' to avoid confusion when older kernels are pinned or
users switch between installed kernel versions

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2022-06-23 11:37:55 +02:00 committed by Thomas Lamprecht
parent b0bd901108
commit abdfbbbbb0

View File

@ -496,7 +496,7 @@ If your root file system is ZFS, you must update your initramfs every
time this value changes:
----
# update-initramfs -u
# update-initramfs -u -k all
----
You *must reboot* to activate these changes.