From bdad01eb872bff65c1932c1b91e892b5b05f54ef Mon Sep 17 00:00:00 2001 From: Joachim Wiedorn Date: Sat, 29 Jan 2011 00:40:29 +0100 Subject: [PATCH 1/1] Fix typos in script liloconfig --- debian/scripts/liloconfig | 14 +++++++------- debian/scripts/update-lilo | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/scripts/liloconfig b/debian/scripts/liloconfig index ab470bd..1916ece 100644 --- a/debian/scripts/liloconfig +++ b/debian/scripts/liloconfig @@ -299,15 +299,15 @@ sub get_bitmap go(); ($ret,$val) = get("liloconfig/select_bitmap"); - # each line with: [ filename,bmp-color,bmp-table,bmp-timer ] + # each line with: [ filename,bmp-color,bmp-table,bmp-timer ] @bitmaps = ( [ "/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/onlyblue.bmp","7,,0,15,,0","3,4,4,26,19,1","37,2,7,4,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/onlyblue.bmp","7,,0;15,,0","3,4;4,26,19,1","37,2;7,4,0" ] ); $counter = 0; diff --git a/debian/scripts/update-lilo b/debian/scripts/update-lilo index 6fb303e..f8c5e29 100644 --- a/debian/scripts/update-lilo +++ b/debian/scripts/update-lilo @@ -2,7 +2,7 @@ # update-lilo - execute lilo in special debconf mode # -# Copyright 2010 Joachim Wiedorn +# Copyright 2010-2011 Joachim Wiedorn # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 2.39.2