]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dracut: Depend on eject.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 Sep 2010 21:15:52 +0000 (23:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 19 Sep 2010 21:15:52 +0000 (23:15 +0200)
pkgs/core/dracut/dracut.nm

index ff17f89091ccf698085d5fb81fb595be146209d9..e467063f04053d3ee1a18178851156f141440976 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = dracut
 PKG_VER        = 007
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Boot
@@ -34,8 +34,8 @@ PKG_URL        = http://sourceforge.net/apps/trac/dracut/wiki
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Initramfs generator using udev.
 
-PKG_DEPS      += bash bzip2 cpio coreutils dmraid e2fsprogs gzip iproute2 \
-       iputils kbd less lvm2 mdadm multipath-tools sysvinit udev \
+PKG_DEPS      += bash bzip2 cpio coreutils dmraid e2fsprogs eject gzip \
+       iproute2 iputils kbd less lvm2 mdadm multipath-tools sysvinit udev \
        util-linux-ng which
 
 define PKG_DESCRIPTION