summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-15 17:47:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-15 17:47:40 -0200
commite722b5fd3070c6291a018c55d1b4fb15c2aee79c (patch)
tree1c5ff9cea0939fe54fb6dcc4b84ab4bc96b0b732
parent6397a9be1c703fe032c1cefaeb51ab5659e2178b (diff)
downloadhydra-e722b5fd3070c6291a018c55d1b4fb15c2aee79c.tar.gz
hydra-e722b5fd3070c6291a018c55d1b4fb15c2aee79c.tar.bz2
Removing kpartx dependency
-rwxr-xr-xshare/hydra/bootless2
1 files changed, 1 insertions, 1 deletions
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