From 5bc5359803d1ffadaaaff54e82d4015ff4cf9a21 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:16:13 +0100 Subject: [PATCH] chore: update initramfs args example (#763) --- .../shared/etc/bazzite/initramfs/args.d/00-example.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system_files/desktop/shared/etc/bazzite/initramfs/args.d/00-example.conf b/system_files/desktop/shared/etc/bazzite/initramfs/args.d/00-example.conf index e041c6346b..6864b3ee96 100644 --- a/system_files/desktop/shared/etc/bazzite/initramfs/args.d/00-example.conf +++ b/system_files/desktop/shared/etc/bazzite/initramfs/args.d/00-example.conf @@ -7,6 +7,12 @@ # config files for dracut into /etc/dracut.conf.d/ and trigger an initramfs # rebuild using "sudo touch /etc/bazzite/initramfs/rebuild" which # will rebuild the initramfs on next boot using bazzite-hardware-setup. +# Documentation: https://universal-blue.discourse.group/docs?topic=399 +# +# NOTE: If you need to add files to initramfs (like modprobe files), +# please add them to a .conf file in /etc/dracut.conf.d/ +# with the line (spaces before and after paths are important!) +# install_items+=" /path/to/file1 /path/to/file2 " # # Multiline Example: #--arg="--add-drivers"