KXStudio scripts and misc stuff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
319B

  1. #!/bin/bash
  2. set -e
  3. rm -rf bootlogo-kxstudio
  4. mkdir bootlogo-kxstudio
  5. cp iso-stuff/isolinux/bootlogo .
  6. cd bootlogo-kxstudio
  7. 7z x ../bootlogo
  8. cp ../iso-stuff/isolinux/splash.pcx .
  9. cp ../iso-stuff/isolinux/splash.png .
  10. cp ../iso-stuff/isolinux/txt.cfg .
  11. ls | cpio -o > ../bootlogo
  12. cd ..
  13. mv bootlogo iso-stuff/isolinux/