qubes-installer-qubes-os/anaconda/dracut/anaconda-copy-ks.sh
2013-01-24 01:45:53 +01:00

4 lines
119 B
Bash
Executable File

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