arch/pkg/de-p1st-gpu-amdgpu/mkinitcpio.conf.holoscript

10 lines
193 B
Plaintext
Raw Normal View History

#!/bin/sh
# stdin: default config
# stdout: modified config
2021-09-10 15:59:33 +02:00
set -e
2021-12-17 22:22:43 +01:00
# note: MODULES is also modified by de-p1st-mkinitcpio
# add to start of MODULES array
sed 's|^MODULES=(|MODULES=(amdgpu |'