diff options
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 |