aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-01-28 01:57:46 -0800
committerJoseph Richey <joerichey@google.com>2020-01-28 01:57:46 -0800
commit2c57ab18375a8d0b4df9c4b6d9f3692d14edfee7 (patch)
tree6757f54a0267c678287e8b67323cf49e2f4f41a4 /README.md
parentd5b8bdcfba528c0c0e9f8052a705e454b26cb28f (diff)
cmd/fscrypt/setup: don't prompt to create /etc/fscrypt.conf (#190)
When 'fscrypt setup' sees that /etc/fscrypt.conf doesn't exist, don't ask for confirmation before creating it. Just do it. This is the normal use, and there's not a good reason to ask the user to confirm it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 64d8028..7a0b9da 100644
--- a/README.md
+++ b/README.md
@@ -339,7 +339,6 @@ MOUNTPOINT DEVICE FILESYSTEM ENCRYPTION FSCRYPT
# Create the global configuration file. Nothing else necessarily needs root.
>>>>> sudo fscrypt setup
-Create "/etc/fscrypt.conf"? [Y/n] y
Customizing passphrase hashing difficulty for this system...
Created global config file at "/etc/fscrypt.conf".
Metadata directories created at "/.fscrypt".