Skip to content

Commit

Permalink
config: use uuidgen tool for DISK_IDENTIFIER usage example
Browse files Browse the repository at this point in the history
Fixes #29 @ github
  • Loading branch information
mika committed Oct 13, 2014
1 parent ba9ff1f commit 37d7df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config
Expand Up @@ -215,7 +215,8 @@
# FIXED_DISK_IDENTIFIERS='no'

# Disk identifier when using FIXED_DISK_IDENTIFIERS='yes'.
# Use uuid-runtime's uuidgen tool to generate random UUIDs on demand.
# Default: '26ada0c0-1165-4098-884d-aafd2220c2c6'
# DISK_IDENTIFIER='26ada0c0-1165-4098-884d-aafd2220c2c6'
# DISK_IDENTIFIER="$(uuidgen)"

## END OF FILE #################################################################

0 comments on commit 37d7df7

Please sign in to comment.