From e722b5fd3070c6291a018c55d1b4fb15c2aee79c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 15 Feb 2013 17:47:40 -0200 Subject: Removing kpartx dependency --- share/hydra/bootless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydra/bootless b/share/hydra/bootless index 75d4a66..2bbed78 100755 --- a/share/hydra/bootless +++ b/share/hydra/bootless @@ -337,7 +337,7 @@ function hydra_bootless_usage { } # Check for requirements -for req in parted kpartx; do +for req in parted; do hydra_install_package $req done -- cgit v1.2.3