#!/bin/sh
# stdin: default config
# stdout: modified config

# add amdgpu to MODULES array
sed 's|^MODULES=(|MODULES=(amdgpu |'