diff options
Diffstat (limited to 'dfly-update.conf')
-rw-r--r-- | dfly-update.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dfly-update.conf b/dfly-update.conf index 7098bc9..dd5cd99 100644 --- a/dfly-update.conf +++ b/dfly-update.conf @@ -1,7 +1,10 @@ # -# Configurations for `dfly-update` +# Configurations for 'dfly-update' # +# Tool name +#NAME=dfly-update + # Base URL to Remote DragonFly BSD images #URL_BASE="https://mirror-master.dragonflybsd.org" #URL_MASTER="${URL_BASE}/snapshots/x86_64/images" @@ -29,6 +32,7 @@ # /etc/fstab # /etc/group # /etc/localtime +# /etc/login.conf.db # /etc/master.passwd # /etc/passwd # /etc/pwd.db |