update defaults for proxmox
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
#! /bin/sh
|
||||
|
||||
# change this to the name of your ZFS pool. Or set ZPOOL envvar at runtime
|
||||
zpool=${ZPOOL:-"zroot"}
|
||||
zpool=${ZPOOL:-"rpool"}
|
||||
|
||||
# names of the DATASETs to exclude (datasets, not mountpoints!)
|
||||
# can override this list at runtime with EXCLUDES envvar.
|
||||
# can extend this list at runtime with EXTRA_EXCLUDES envvar.
|
||||
excludes=${EXCLUDES:-"/usr/ports /usr/src"}
|
||||
#excludes=${EXCLUDES:-"/usr/ports /usr/src"}
|
||||
excludes=${EXCLUDES:-""}
|
||||
|
||||
|
||||
# You do not want to edit anything below here
|
||||
|
||||
Reference in New Issue
Block a user