Skip to content

Instantly share code, notes, and snippets.

@jkirk
Created December 13, 2022 12:30
Show Gist options
  • Save jkirk/2a290f6be946564fea649eaaf880a22e to your computer and use it in GitHub Desktop.
Save jkirk/2a290f6be946564fea649eaaf880a22e to your computer and use it in GitHub Desktop.
grml-zfs
#!/bin/bash
# See: https://github.com/grml/grml-live/issues/78#issuecomment-641141556
sudo apt update
sudo apt install --yes linux-headers-$(uname -r) gcc
sudo apt install --yes --no-install-recommends zfs-dkms
sudo modprobe zfs
sudo apt install --yes zfsutils-linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment