mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-09 12:52:32 +01:00
Hot-load GPU drivers on boot
This commit is contained in:
parent
dbab436762
commit
86ee21c227
@ -4,7 +4,7 @@
|
||||
# run. Advanced users may wish to specify all system modules
|
||||
# in this array. For instance:
|
||||
# MODULES=(usbhid xhci_hcd)
|
||||
MODULES=()
|
||||
MODULES=(amdgpu i915)
|
||||
|
||||
# BINARIES
|
||||
# This setting includes any additional binaries a given user may
|
||||
@ -49,7 +49,7 @@ FILES=()
|
||||
#
|
||||
## NOTE: If you have /usr on a separate partition, you MUST include the
|
||||
# usr and fsck hooks.
|
||||
HOOKS=(base udev plymouth autodetect modconf kms keyboard keymap consolefont block filesystems fsck)
|
||||
HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block filesystems fsck plymouth)
|
||||
|
||||
# COMPRESSION
|
||||
# Use this to compress the initramfs image. By default, zstd compression
|
||||
|
Loading…
Reference in New Issue
Block a user