~ubuntu-gnome-dev/+junk/iso-build-script

« back to all changes in this revision

Viewing changes to livecd-script.sh

  • Committer: Jeremy Bicha
  • Date: 2012-10-12 02:18:12 UTC
  • Revision ID: jbicha@ubuntu.com-20121012021812-4ip58j8gls6ip40v
don't change the fg/bg colors in isolinux, thanks darkxst!

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
 
117
117
        # set up custom bootsplash
118
118
        cp $scriptdir/bootsplash/*.pcx extract-cd/isolinux/
119
 
        sed -i '1c\foreground=0xFFFFFF' extract-cd/isolinux/gfxboot.cfg
120
 
        sed -i '2c\background=0x000000' extract-cd/isolinux/gfxboot.cfg
121
119
        sed -i '3c\screen-colour=0x133773' extract-cd/isolinux/gfxboot.cfg
122
120
 
123
121
        cd extract-cd