From: Marcel Lorenz <marcel.lorenz@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/3] dracut: update to 044
Date: Sun, 04 Sep 2016 11:14:50 +0200 [thread overview]
Message-ID: <20160904091451.18232-3-marcel.lorenz@ipfire.org> (raw)
In-Reply-To: <20160904091451.18232-1-marcel.lorenz@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3127 bytes --]
Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
config/rootfiles/common/dracut | 5 +++++
lfs/dracut | 10 ++++------
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/config/rootfiles/common/dracut b/config/rootfiles/common/dracut
index 03379b4..64f1595 100644
--- a/config/rootfiles/common/dracut
+++ b/config/rootfiles/common/dracut
@@ -7,6 +7,7 @@ usr/bin/mkinitrd
usr/lib/dracut
#usr/lib/dracut/dracut-functions
#usr/lib/dracut/dracut-functions.sh
+#usr/lib/dracut/dracut-init.sh
#usr/lib/dracut/dracut-initramfs-restore
#usr/lib/dracut/dracut-install
#usr/lib/dracut/dracut-logger.sh
@@ -37,6 +38,8 @@ usr/lib/dracut
#usr/lib/dracut/modules.d/90kernel-modules/insmodpost.sh
#usr/lib/dracut/modules.d/90kernel-modules/module-setup.sh
#usr/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh
+#usr/lib/dracut/modules.d/90kernel-network-modules
+#usr/lib/dracut/modules.d/90kernel-network-modules/module-setup.sh
#usr/lib/dracut/modules.d/90mdraid
#usr/lib/dracut/modules.d/90mdraid/59-persistent-storage-md.rules
#usr/lib/dracut/modules.d/90mdraid/65-md-incremental-imsm.rules
@@ -76,6 +79,7 @@ usr/lib/dracut
#usr/lib/dracut/modules.d/98integrity
#usr/lib/dracut/modules.d/98integrity/README
#usr/lib/dracut/modules.d/98integrity/evm-enable.sh
+#usr/lib/dracut/modules.d/98integrity/ima-keys-load.sh
#usr/lib/dracut/modules.d/98integrity/ima-policy-load.sh
#usr/lib/dracut/modules.d/98integrity/module-setup.sh
#usr/lib/dracut/modules.d/98pollcdrom
@@ -132,3 +136,4 @@ usr/lib/dracut
#usr/share/man/man8/dracut.8
#usr/share/man/man8/mkinitrd-suse.8
#usr/share/man/man8/mkinitrd.8
+#usr/share/pkgconfig/dracut.pc
diff --git a/lfs/dracut b/lfs/dracut
index 97d12f3..abb6be1 100644
--- a/lfs/dracut
+++ b/lfs/dracut
@@ -24,7 +24,7 @@
include Config
-VER = 038
+VER = 044
THISAPP = dracut-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4487bd98000cc536c5c3839a2f112831
+$(DL_FILE)_MD5 = fbb8b6aea24c2f7d328021bbf11788fd
install : $(TARGET)
@@ -70,11 +70,9 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dracut-038-always-enable-mdraid.patch
- cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dracut-038_add_sdhci-pci.patch
-
+ cd $(DIR_APP) && ./configure --prefix=/usr --sbindir=/sbin --sysconfdir=/etc
cd $(DIR_APP) && make $(MAKETUNING)
- cd $(DIR_APP) && make install sbindir=/sbin sysconfdir=/etc
+ cd $(DIR_APP) && make install
rm -rf /usr/lib/dracut/modules.d/*{biosdevname,bootchart,dash,fips*,modsign,busybox,convertfs,network,ifcfg,url-lib,gensplash,cms,plymouth,btrfs,crypt*,dm,dmraid,dmsquash-live,livenet,lvm,multipath,qemu*,cifs,dasd*,fcoe*,iscsi,nbd,nfs,resume,ssh-client,zfcp*,systemd*,znet,securityfs,masterkey,selinux,usrmount,uefi-lib}
--
2.9.3
next prev parent reply other threads:[~2016-09-04 9:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-04 9:14 [PATCH 0/3] Replace udev with eudev Marcel Lorenz
2016-09-04 9:14 ` [PATCH 1/3] kmod: update to 23 Marcel Lorenz
2016-09-04 9:14 ` Marcel Lorenz [this message]
2016-09-04 9:14 ` [PATCH 3/3] replace udev with eudev 3.2 Marcel Lorenz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160904091451.18232-3-marcel.lorenz@ipfire.org \
--to=marcel.lorenz@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox