]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dracut: Don't build switch_root.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Nov 2010 23:50:45 +0000 (00:50 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Nov 2010 23:50:45 +0000 (00:50 +0100)
This is included in util-linux-ng.

pkgs/core/dracut/dracut.nm

index 6d80a04af616760cab9a55c268ac0debdea7e762..02b974e61e612be9bb4211d79ae1316957286a2d 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = dracut
 PKG_VER        = 007
-PKG_REL        = 2
+PKG_REL        = 3
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Boot
@@ -56,10 +56,10 @@ define STAGE_PREPARE_CMDS
 endef
 
 define STAGE_BUILD
-       cd $(DIR_APP) && make WITH_SWITCH_ROOT=1
+       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
 endef
 
 define STAGE_INSTALL
-       cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) WITH_SWITCH_ROOT=1 \
+       cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) \
                sbindir=/sbin sysconfdir=/etc mandir=/usr/share/man
 endef