diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-08 11:17:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-08 11:17:48 -0300 |
commit | a073f06707f5d58d12602868d57e7463df83cb29 (patch) | |
tree | 680035438a1dd35fe401c6560a8140f6ed8c27f5 /share | |
parent | a0acebce695a2f278bdd522be0ecdfb5c918d2ba (diff) | |
download | hydra-a073f06707f5d58d12602868d57e7463df83cb29.tar.gz hydra-a073f06707f5d58d12602868d57e7463df83cb29.tar.bz2 |
TODO update and string on bootless
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/bootless | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/hydra/bootless b/share/hydra/bootless index cc34e1f..8601ddd 100755 --- a/share/hydra/bootless +++ b/share/hydra/bootless @@ -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 |