mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
7 lines
150 B
Bash
7 lines
150 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -euox pipefail
|
|
|
|
tee "/etc/dracut.conf.d/00-dp-2.conf" > /dev/null << 'EOF'
|
|
install_items+=" /lib/firmware/edid/edid.bin "
|
|
EOF |