]> gitweb.fluxo.info Git - hydra.git/commitdiff
Provision: messages
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Sep 2016 11:39:07 +0000 (08:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Sep 2016 11:39:07 +0000 (08:39 -0300)
share/hydractl/provision

index ef9f1b323cd8b3db754ca42373ccab14ef63edee..7fedc6ad1600e2824b9648cd44d67b6dd73db534 100755 (executable)
@@ -123,6 +123,9 @@ hydra_provision_config_load $1
 # Parameters
 WORK="/tmp/debootstrap"
 
+# Set environment
+export LC_ALL=C
+
 # Get config parameters.
 hydra_provision_config
 
@@ -463,7 +466,7 @@ hydra_sudo_run chroot $WORK passwd root
 # Fingerprints
 hydra_provision_fingerprints
 
-# Turn off device
+echo "Umounting installation device..."
 hydra_sudo_run umount $WORK/sys $WORK/proc $WORK/dev $WORK
 hydra_sudo_run cryptsetup luksClose provision-swap
 hydra_sudo_run cryptsetup luksClose provision-root