powerel-logos/anaconda
Toshaan Bharvani 9a165025c9 add new anaconda css theme
Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
2023-12-25 04:58:35 +01:00
..
rnotes/en initial push 2018-02-21 21:19:41 +01:00
theme add new anaconda css theme 2023-12-25 04:58:35 +01:00
Makefile initial push 2018-02-21 21:19:41 +01:00
README initial push 2018-02-21 21:19:41 +01:00
splash.lss initial push 2018-02-21 21:19:41 +01:00
splashtolss.sh initial push 2018-02-21 21:19:41 +01:00
syslinux-splash.png initial push 2018-02-21 21:19:41 +01:00

README

These files are used by anaconda during the installation process.  A
basic description/specification for them is as follows:

* anaconda_header.png:  This is strip header at the top of
  the screen during the install. 800x58.
* progress_first.png: First graphic displayed during package
  installation.  If there are no rnotes, this is displayed the entire
  time.  500x325
* progress_first-lowres.png: Lowres version of progress_first.png. 350x225
* splash.png: Splash screen shown on the "Welcome to ..." screen.
  400x420
* syslinux-splash.png: Splash screen used at the boot prompt with
  syslinux/isolinux.  This gets transformed into the syslinux specific
  format.  640x300.  This uses a 16 color palette (should be an indexed png).
  You should ensure that 0 = #000000, 1 = #ffffff, 7 = #cdcfd5, 15 = #c90000.
  Alternately, you can use 12 colors and have them be any that you want.
* syslinux-vesa-splash.jpg: Splash screen used at the boot prompt when
  using the menu.  It should be 640x480 RGB.  Can just be a conversion
  of the grub splash and work well.