Skip to content

Commit

Permalink
Fix home mount in use_zfs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd committed Dec 14, 2023
1 parent 4dbe95e commit b5a5085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use_zfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def save_selection(self):
zfslayout = "/," \
"/tmp(mountpoint=/tmp|exec=on|setuid=off)," \
"/usr(mountpoint=/usr|canmount=off)," \
"/usr/home," \
"/home," \
"/usr/ports(setuid=off)," \
"/usr/src," \
"/var(mountpoint=/var|canmount=off)," \
Expand Down

0 comments on commit b5a5085

Please sign in to comment.