]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dracut: Don't delete selinux module.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Nov 2010 00:39:11 +0000 (01:39 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Nov 2010 00:39:11 +0000 (01:39 +0100)
pkgs/core/dracut/dracut.nm

index e467063f04053d3ee1a18178851156f141440976..6d80a04af616760cab9a55c268ac0debdea7e762 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = dracut
 PKG_VER        = 007
-PKG_REL        = 1
+PKG_REL        = 2
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Boot
@@ -35,8 +35,8 @@ PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Initramfs generator using 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
+       iproute2 iputils kbd less libselinux lvm2 mdadm multipath-tools \
+       sysvinit udev util-linux-ng which
 
 define PKG_DESCRIPTION
        dracut is a new, event-driven initramfs infrastructure based around udev.
@@ -62,7 +62,4 @@ endef
 define STAGE_INSTALL
        cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) WITH_SWITCH_ROOT=1 \
                sbindir=/sbin sysconfdir=/etc mandir=/usr/share/man
-
-       # Remove unneeded modules
-       rm -rfv $(BUILDROOT)/usr/share/dracut/modules.d/*selinux
 endef