6bc5671491
Apply: git diff --full-index --binary anaconda-23.19.10-1..anaconda-25.20.9-1 And resolve conflicts. QubesOS/qubes-issues#2574
4 lines
128 B
Bash
Executable File
4 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
# Copy over s390 config /etc/ccw.conf for anaconda before pivot
|
|
[ -e /etc/ccw.conf ] && cp /etc/ccw.conf /run/install
|