mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
dracut: Install an IPFire system configuration file
This file contains our custom settings: * Always load microcodes as early as possible * We now compress the initrd using Zstandard which is substanstically faster than XZ, but offers better compression ratios Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -74,7 +74,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install sbindir=/sbin sysconfdir=/etc
|
||||
|
||||
cp -vf $(DIR_SRC)/config/dracut/dracut.conf /etc/dracut.conf
|
||||
cp -vf $(DIR_SRC)/config/dracut/ipfire.conf \
|
||||
/usr/lib/dracut/dracut.conf.d/ipfire.conf
|
||||
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user