Created
January 9, 2020 21:03
-
-
Save satmandu/42ad3e5e61c8644a70dcf1ee149fbebd to your computer and use it in GitHub Desktop.
set overlay on so that everything mounts at boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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