lorax/share/dracut_hooks/99anaconda-copy-ks.sh

5 lines
120 B
Bash

#!/bin/sh
# Copy over kickstart files from the initrd to the sysroot before pivot
cp /*cfg /*ks /sysroot/ 2> /dev/null