From d044981025ed1329bfb6033ec0af607a48794067 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 8 Jun 2015 18:40:22 -0300 Subject: String fix: LVM --- share/hydractl/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydractl/provision b/share/hydractl/provision index b10e16d..628e82c 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -101,7 +101,7 @@ function hydra_provision_config { hydra_user_config encrypt y "Encrypt volumes? (y/n)" hydra_user_config garbage y "Pre-fill volumes with garbage? (y/n)" hydra_user_config random_swap y "Random swap? (y/n)" - hydra_user_config disable_zeroing n "Disable zeroing of lvm volumes? (y/n)" + hydra_user_config disable_zeroing n "Disable zeroing of LVM volumes? (y/n)" hydra_user_config hostname machine "Hostname" hydra_user_config domain example.org "Domain" hydra_user_config arch $base_arch "System arch" -- cgit v1.2.3