anaconda/anaconda-40.22.3.13/dracut/anaconda-copy-ks.sh

4 lines
119 B
Bash
Raw Normal View History

2024-11-14 21:39:56 -08:00
#!/bin/sh
# Copy over kickstart files from the initrd to the sysroot before pivot
cp /*cfg /*ks /sysroot/ 2> /dev/null