- Copy the boot server certificate(s) and GPG public key to /usr/boot
[bootmanager.git] / support-files / PartDisks / custom.sh
1 #!/bin/sh
2
3 echo "Adding special files:"
4 cp lib-paths rpm-extract
5
6 echo "lib-paths" >> keep-files
7
8 exit 0