From 0ac97ce8892e269fb76899fa3fd4fd328465034d Mon Sep 17 00:00:00 2001 From: Ricardo Martins Date: Fri, 27 Jun 2014 22:40:38 +0100 Subject: [PATCH] base: added e2fsprogs to host. --- rules/base/host.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/base/host.bash b/rules/base/host.bash index ac05814..d12370d 100644 --- a/rules/base/host.bash +++ b/rules/base/host.bash @@ -25,4 +25,5 @@ requires=\ 'texinfo/host' 'parted/host' 'dosfstools/host' + 'e2fsprogs/host' )