summaryrefslogtreecommitdiffstats
path: root/dracut/anaconda-copy-ks.sh
blob: 86c2724a09f7e978951d31f58a8ccfb526257fe3 (plain)
1
2
3
#!/bin/sh
# Copy over kickstart files from the initrd to the sysroot before pivot
cp /*cfg /*ks /sysroot/ 2> /dev/null