3 lines
119 B
Bash
Executable file
3 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
|