summaryrefslogtreecommitdiffstats
path: root/anaconda/README
diff options
context:
space:
mode:
authorTom "spot" Callaway <tcallawa@redhat.com>2008-09-10 16:22:29 -0400
committerTom "spot" Callaway <tcallawa@redhat.com>2008-09-10 16:22:29 -0400
commit83a12685b658a325dccd60dabf7e2fda3cee1664 (patch)
tree4e2eaa890b0612e26546c128536d1597fd323138 /anaconda/README
downloadfedora-logos-83a12685b658a325dccd60dabf7e2fda3cee1664.tar.gz
fedora-logos-83a12685b658a325dccd60dabf7e2fda3cee1664.tar.xz
fedora-logos-83a12685b658a325dccd60dabf7e2fda3cee1664.zip
initial git commit
Diffstat (limited to 'anaconda/README')
-rw-r--r--anaconda/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/anaconda/README b/anaconda/README
new file mode 100644
index 0000000..7d06024
--- /dev/null
+++ b/anaconda/README
@@ -0,0 +1,19 @@
+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.