Skip to content

Instantly share code, notes, and snippets.

@satmandu
Created January 9, 2020 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satmandu/42ad3e5e61c8644a70dcf1ee149fbebd to your computer and use it in GitHub Desktop.
Save satmandu/42ad3e5e61c8644a70dcf1ee149fbebd to your computer and use it in GitHub Desktop.
set overlay on so that everything mounts at boot
#!/bin/bash
for f in `sudo zfs list -H| awk '{print $1}'`; do sudo zfs set overlay=on "$f" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment