From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 4/5] dracut: Remove hard-coded configuration from command line
Date: Fri, 11 Mar 2022 14:43:40 +0000 [thread overview]
Message-ID: <20220311144341.2642786-4-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20220311144341.2642786-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1786 bytes --]
This is now configured globally in dracut
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
lfs/cdrom | 2 +-
lfs/linux-initrd | 2 +-
src/scripts/rebuild-initrd | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/cdrom b/lfs/cdrom
index 18c63c79b..35fe7ebe7 100644
--- a/lfs/cdrom
+++ b/lfs/cdrom
@@ -181,7 +181,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
ifeq "$(HAS_KERNEL)" "1"
cp /boot/vmlinuz-$(KVER)-ipfire $(DIR_TMP)/cdrom/boot/isolinux/vmlinuz
- dracut --force --early-microcode -a "installer" --strip --xz $(DIR_TMP)/cdrom/boot/isolinux/instroot $(KVER)-ipfire
+ dracut --force -a "installer" --strip $(DIR_TMP)/cdrom/boot/isolinux/instroot $(KVER)-ipfire
endif
ifeq "$(HAS_ISOLINUX)" "1"
diff --git a/lfs/linux-initrd b/lfs/linux-initrd
index 64e08fa81..a8cd393f1 100644
--- a/lfs/linux-initrd
+++ b/lfs/linux-initrd
@@ -58,7 +58,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
depmod -a $(KVER)-$(VERSUFIX)
# Create initramfs images
- dracut --force --early-microcode --verbose --strip --xz /boot/initramfs-$(KVER)-$(VERSUFIX).img $(KVER)-$(VERSUFIX)
+ dracut --force --verbose --strip /boot/initramfs-$(KVER)-$(VERSUFIX).img $(KVER)-$(VERSUFIX)
ifeq "$(BUILD_ARCH)" "armv6l"
cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(KVER)-$(VERSUFIX)
diff --git a/src/scripts/rebuild-initrd b/src/scripts/rebuild-initrd
index 51265650a..16bf0b85d 100644
--- a/src/scripts/rebuild-initrd
+++ b/src/scripts/rebuild-initrd
@@ -21,4 +21,4 @@
KVER=`uname -r`
-dracut --force --early-microcode --xz /boot/initramfs-$KVER.img $KVER
+dracut --force /boot/initramfs-$KVER.img $KVER
--
2.30.2
next prev parent reply other threads:[~2022-03-11 14:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-11 14:43 [PATCH 1/5] dracut: Update to 056 Michael Tremer
2022-03-11 14:43 ` [PATCH 2/5] make.sh: Build acl/attr earlier for coreutils to link against Michael Tremer
2022-03-11 14:43 ` [PATCH 3/5] dracut: Install an IPFire system configuration file Michael Tremer
2022-03-11 14:43 ` Michael Tremer [this message]
2022-03-11 14:43 ` [PATCH 5/5] rebuild-initrd: Drop unused script Michael Tremer
2022-03-11 15:48 ` [PATCH 1/5] dracut: Update to 056 Michael Tremer
2022-03-15 17:48 ` Peter Müller
2022-03-15 17:50 ` Michael Tremer
2022-03-15 17:59 ` Peter Müller
2022-03-15 18:01 ` Michael Tremer
2022-03-15 20:39 ` alf
2022-03-16 10:13 ` Michael Tremer
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=20220311144341.2642786-4-michael.tremer@ipfire.org \
--to=michael.tremer@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