From 5a864933ce220646240c60fe359983271b1330a2 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Sun, 24 Mar 2024 03:12:21 +0100 Subject: [PATCH] chore: remove old custom arg example --- .../bazzite/initramfs/args.d/00-example.conf | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 system_files/desktop/shared/etc/bazzite/initramfs/args.d/00-example.conf 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 deleted file mode 100644 index 6864b3ee..00000000 --- a/system_files/desktop/shared/etc/bazzite/initramfs/args.d/00-example.conf +++ /dev/null @@ -1,22 +0,0 @@ -# Anything commented out with # on a new line will be ignored -# These files follow the "rpm-ostree initramfs" syntax, please consult -# "rpm-ostree initramfs --help" for more information -# -# You can do 1 initramfs argument per line or do them all in 1 line. -# If you need to just add drivers to dracut, you should instead just add -# 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" -#--arg="vfio vfio_iommu_type1 vfio-pci" -# -# Single Line Example: -#--arg="--add-drivers" --arg="vfio vfio_iommu_type1 vfio-pci