OS Builder/Tweak boot animation: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with ' =See also= * Tweaking_the_boot_animation')
 
m (→‎See also: fix heading level and link, Category: XO startup)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:


Using OS Builder 1.3.1 or newer...
=See also=


* Install netpbm-progs
* [[Tweaking_the_boot_animation]]
yum install netpbm-progs
* Install olpc-bootanim-tools from
yum install http://dev.laptop.org/~dsd/public_rpms/f14/olpc-bootanim-tools-2.13-1.fc14.i686.rpm
* Download the tarball or zip from http://dev.laptop.org/git/users/dsd/olpc-bootanim/ and extract the images from the "images" subdirectory
* Prepare an images directory with your customized images -- the relevant files are the frame00.png to frame25.png files, and ul_warning.png . You must include them all in your custom images directory.
* Add a section to your ini file:
[bootanim]
imgdir=/path/to/your/images-directory

for example, if it is a 'bootanim' directory next to your ini file, use

[bootanim]
imgdir=%(oob_config_dir)s/bootanim

==See also==
* [[Tweaking the boot animation]]

[[Category: XO startup]]

Latest revision as of 22:24, 27 March 2011

Using OS Builder 1.3.1 or newer...

  • Install netpbm-progs
  yum install netpbm-progs
  • Install olpc-bootanim-tools from
  yum install http://dev.laptop.org/~dsd/public_rpms/f14/olpc-bootanim-tools-2.13-1.fc14.i686.rpm
  • Download the tarball or zip from http://dev.laptop.org/git/users/dsd/olpc-bootanim/ and extract the images from the "images" subdirectory
  • Prepare an images directory with your customized images -- the relevant files are the frame00.png to frame25.png files, and ul_warning.png . You must include them all in your custom images directory.
  • Add a section to your ini file:
    [bootanim]
    imgdir=/path/to/your/images-directory

for example, if it is a 'bootanim' directory next to your ini file, use

    [bootanim]
    imgdir=%(oob_config_dir)s/bootanim

See also