]> gitweb.fluxo.info Git - hydra.git/commitdiff
Typ0
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Dec 2011 19:37:49 +0000 (17:37 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Dec 2011 19:37:49 +0000 (17:37 -0200)
share/hydractl/provision

index 00f42088e81fcc5645e8bdd5d9ca360544fb1769..09fa799f6a0253828aa8edafccaab6d270d1081d 100755 (executable)
@@ -85,7 +85,7 @@ if [ "$encrypt" == "y" ]; then
   cryptsetup -h sha256 -c aes-cbc-essiv:sha256 -s 256 luksFormat /dev/$vg/root
   cryptsetup luksOpen /dev/$vg/root debootstrap
   mkfs.ext3 /dev/mapper/debootstrap
-  install_device="/dev/mapper/deboostrap"
+  install_device="/dev/mapper/debootstrap"
 else
   echo "Creating root device..."
   mkfs.ext3 /dev/vg/root