Update of debconf files for use of new menu bitmaps
authorJoachim Wiedorn <ad_debian@joonet.de>
Sun, 2 Jan 2011 23:32:04 +0000 (00:32 +0100)
committerJoachim Wiedorn <ad_debian@joonet.de>
Sun, 2 Jan 2011 23:32:04 +0000 (00:32 +0100)
debian/lilo.postinst
debian/lilo.templates
debian/scripts/liloconfig

index 11a899f8945986e6549a7d82916a8964622406bc..497398b8483cb7374f0b86c8be4c083e2a12761a 100644 (file)
@@ -44,6 +44,7 @@ case "$1" in
                ln -s debian.bmp /boot/${i}.bmp
        done
 
+       # remove scripts of old lilo 22.8 if still exist
        if test -f /etc/kernel/postinst.d/zz-lilo; then
                rm -f /etc/kernel/postinst.d/zz-lilo; fi
        if test -f /etc/kernel/postrm.d/zz-lilo; then
index cb6ed22f1adf916fa0c8b87047131f07debb4c92..d4f7159f8601543764ac5a723143c4061ca66509 100644 (file)
@@ -99,7 +99,7 @@ _Description: WARNING!
 
 Template: liloconfig/select_bitmap
 Type: select
-Choices: /boot/tuxlogo.bmp, /boot/inside.bmp, /boot/debianlilo.bmp, /boot/coffee.bmp, /boot/onlyblue.bmp
+Choices: /boot/tuxlogo.bmp, /boot/inside.bmp, /boot/debian.bmp, /boot/debian-de.bmp, /boot/debianlilo.bmp, /boot/coffee.bmp, /boot/onlyblue.bmp
 Default: /boot/debian.bmp
 _Description: The following is the list of the available bitmaps
 
index 59a623470d333bd6bb21eea0d37d3bc2950ae425..ab470bd937a200780b1a11248f326a025855daf2 100644 (file)
@@ -299,11 +299,15 @@ sub get_bitmap
     go();
     ($ret,$val) = get("liloconfig/select_bitmap");
     
+       # each line with: [ filename,bmp-color,bmp-table,bmp-timer ]
     @bitmaps = (
-                  [ "/boot/sarge.bmp","1,,0,2,,0","120p,173p,1,15,17","254p,432p,1,0,0" ],
-                  [ "/boot/sid.bmp","1,,0,2,,0","120p,173p,1,15,17","254p,432p,1,0,0" ],
+                  [ "/boot/tuxlogo.bmp","6,9,0;15,9,0","59,5;1,23,","66,28;6,8,0" ],
+                  [ "/boot/inside.bmp","14,11,,15,9,0","21,284p,2,7,175p,4","73,29,12,8,0" ],
+                  [ "/boot/debian.bmp","10,0,,7,0,","16,12,1,12,16","34,28,13,0," ],
+                  [ "/boot/debian-de.bmp","10,0,,7,0,","16,12,1,12,16","34,28,13,0," ],
+                  [ "/boot/debianlilo.bmp","1,,0,9,,0","106p,144p,2,9,144p","514p,144p,6,8,0" ]
                   [ "/boot/coffee.bmp","12,,11,15,,8","385p,100p,1,10","38,2,13,1" ],
-                  [ "/boot/debianlilo.bmp","1,,0;9,,0","106p,144p,2,9,144p","514p,144p,6,8,0" ]
+                  [ "/boot/onlyblue.bmp","7,,0,15,,0","3,4,4,26,19,1","37,2,7,4,0" ],
                   );
 
     $counter = 0;