mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 12:32:37 +00:00
chore: remove old custom arg example
This commit is contained in:
parent
c8dc6d8f32
commit
5a864933ce
@ -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
|
Loading…
x
Reference in New Issue
Block a user