]> gitweb.fluxo.info Git - hydra.git/commitdiff
TODO update and string on bootless
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Mar 2013 14:17:48 +0000 (11:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Mar 2013 14:17:48 +0000 (11:17 -0300)
share/hydra/bootless

index cc34e1f31e25cb5667618f5d7399f02ad693efae..8601ddd87594b72697112529de4f47ef2a96ca01 100755 (executable)
@@ -26,7 +26,7 @@ function hydra_bootless_folder {
   elif [ -e "$HYDRA_FOLDER/conf/bootless" ]; then
     BOOTLESS_DIR="$HYDRA_FOLDER/conf/bootless"
   else
-    echo "Please make a symlink $HYDRA_FOLDER/bootless pointing to your devel puppet modules."
+    echo "Please make a symlink $HYDRA_FOLDER/bootless pointing to your bootless repository."
     exit 1
   fi
 }
@@ -261,7 +261,6 @@ function hydra_bootless_git {
 }
 
 # Create a target device
-# TODO: properly support $subdevice in parted
 function hydra_bootless_device {
   local device="$1"
   local subdevice="$2"
@@ -395,6 +394,8 @@ for req in parted; do
   hydra_install_package $req
 done
 
+# TODO: properly support $subdevice in parted
+#       or always use first device (like /dev/sdb1)
 # Parameter verification
 if [ -z "$1" ]; then
   hydra_bootless_usage