diff --git a/files/0001-Exclude-unwanted-paths-from-initrd-creation.patch b/files/0004-Exclude-unwanted-paths-from-initrd-creation.patch rename from files/0001-Exclude-unwanted-paths-from-initrd-creation.patch rename to files/0004-Exclude-unwanted-paths-from-initrd-creation.patch diff --git a/files/0005-Change-path-for-dhclient-script.patch b/files/0005-Change-path-for-dhclient-script.patch new file mode 100644 --- /dev/null +++ b/files/0005-Change-path-for-dhclient-script.patch @@ -0,0 +1,25 @@ +From bcf9a28ff6d05cf44734ee82889d3ee82b39ad02 Mon Sep 17 00:00:00 2001 +From: Philipp Trulson +Date: Tue, 26 Mar 2019 09:46:03 +0100 +Subject: [PATCH] Change path for dhclient-script + +--- + modules.d/40network/module-setup.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/modules.d/40network/module-setup.sh b/modules.d/40network/module-setup.sh +index a101091..9e7aaee 100755 +--- a/modules.d/40network/module-setup.sh ++++ b/modules.d/40network/module-setup.sh +@@ -34,7 +34,7 @@ install() { + inst_simple /etc/libnl/classid + inst_script "$moddir/ifup.sh" "/sbin/ifup" + inst_script "$moddir/netroot.sh" "/sbin/netroot" +- inst_script "$moddir/dhclient-script.sh" "/sbin/dhclient-script" ++ inst_script "$moddir/dhclient-script.sh" "/usr/bin/dhclient-script" + inst_simple "$moddir/net-lib.sh" "/lib/net-lib.sh" + inst_simple -H "/etc/dhclient.conf" + cat "$moddir/dhclient.conf" >> "${initdir}/etc/dhclient.conf" +-- +2.21.0 + diff --git a/files/series b/files/series --- a/files/series +++ b/files/series @@ -1,4 +1,5 @@ 0001-Support-stateless-glibc-ldconfig-configuration.patch 0002-multipath-Use-stateless-configuration-for-non-host-o.patch 0003-Support-an-alternative-bash-build-than-the-default.patch -0001-Exclude-unwanted-paths-from-initrd-creation.patch +0004-Exclude-unwanted-paths-from-initrd-creation.patch +0005-Change-path-for-dhclient-script.patch diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,11 +1,11 @@ name : dracut version : '047' -release : 41 +release : 42 source : - https://www.kernel.org/pub/linux/utils/boot/dracut/dracut-047.tar.xz : b0afd3bdd886b2f756743c91a00a155da9df0644625b1c565c3d5ef78cd76ab2 homepage : http://dracut.wiki.kernel.org/index.php/Main_Page license : - - GPL-2.0 + - GPL-2.0-or-later summary : initramfs system component : system.boot patterns : diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -3,15 +3,15 @@ dracut http://dracut.wiki.kernel.org/index.php/Main_Page - Peter O'Connor - peter@solus-project.com + Philipp Trulson + philipp@trulson.de - GPL-2.0 + GPL-2.0-or-later system.boot initramfs system dracut is an event driven initramfs infrastructure. dracut (the tool) is used to create an initramfs image by copying tools and files from an installed system and combining it with the dracut framework - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus dracut @@ -357,12 +357,12 @@ - - 2018-08-04 + + 2019-03-26 047 Packaging update - Peter O'Connor - peter@solus-project.com + Philipp Trulson + philipp@trulson.de \ No newline at end of file