aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2002-08-02 09:39:20 +0000
committerDavid Baudens <baudens@mandriva.com>2002-08-02 09:39:20 +0000
commit1c4dbf5d73b2131245332e44b74c2449fc85a1a6 (patch)
treef2a815023e7cac2b94f8254566eed49e61375849
parent8d9448c8352d8f843c2fc79a9545504fd4630d6e (diff)
downloadbootsplash-1c4dbf5d73b2131245332e44b74c2449fc85a1a6.tar
bootsplash-1c4dbf5d73b2131245332e44b74c2449fc85a1a6.tar.gz
bootsplash-1c4dbf5d73b2131245332e44b74c2449fc85a1a6.tar.bz2
bootsplash-1c4dbf5d73b2131245332e44b74c2449fc85a1a6.tar.xz
bootsplash-1c4dbf5d73b2131245332e44b74c2449fc85a1a6.zip
Sync CVS with sources available in Cooker
-rw-r--r--ChangeLog34
-rw-r--r--Makefile1
-rw-r--r--bootsplash.spec14
-rwxr-xr-xscripts/detect-resolution50
-rwxr-xr-xscripts/make-boot-splash24
-rw-r--r--themes/Mandrake/images/bootsplash-1024x768.jpgbin37885 -> 60586 bytes
-rw-r--r--themes/Mandrake/images/bootsplash-1280x1024.jpgbin45593 -> 73248 bytes
-rw-r--r--themes/Mandrake/images/bootsplash-800x600.jpgbin30412 -> 52898 bytes
-rw-r--r--themes/data/Mandrake/images/bootsplash-1024x768.jpgbin37885 -> 37739 bytes
-rw-r--r--themes/data/Mandrake/images/bootsplash-1280x1024.jpgbin45593 -> 46386 bytes
-rw-r--r--themes/data/Mandrake/images/bootsplash-800x600.jpgbin30412 -> 29687 bytes
11 files changed, 48 insertions, 75 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e6b406..a0e75dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,37 +1,3 @@
-2002-08-02 11:19 David Baudens <baudens@mandrakesoft.com>
-
- * Makefile: Fix make rpm
-
-2002-08-02 11:16 David Baudens <baudens@mandrakesoft.com>
-
- * themes/Mandrake/images/bootsplash-1024x768.jpg,
- themes/Mandrake/images/bootsplash-1280x1024.jpg,
- themes/Mandrake/images/bootsplash-800x600.jpg,
- themes/data/Mandrake/images/bootsplash-1024x768.jpg,
- themes/data/Mandrake/images/bootsplash-1280x1024.jpg,
- themes/data/Mandrake/images/bootsplash-800x600.jpg,
- bootsplash.spec: Update
-
-2002-07-23 14:55 Warly <warly@mandrakesoft.com>
-
- * themes/: config/Mandrake/cfg/bootsplash-1024x768.cfg,
- config/Mandrake/cfg/bootsplash-1280x1024.cfg,
- data/Mandrake/images/bootsplash-800x600.jpg: start fix 80 columns
- pb
-
-2002-07-21 18:17 Warly <warly@mandrakesoft.com>
-
- * README, bootsplash.spec, scripts/make-boot-splash,
- themes/Mandrake/lilo/message,
- themes/config/Mandrake/cfg/bootsplash-1024x768.cfg,
- themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg,
- themes/config/Mandrake/cfg/bootsplash-800x600.cfg,
- themes/data/Mandrake/images/bootsplash-1024x768.jpg,
- themes/data/Mandrake/images/bootsplash-1280x1024.jpg,
- themes/data/Mandrake/images/bootsplash-800x600.jpg,
- themes/data/Mandrake/lilo/message: new images for 9.0 cp lilo
- message in make-boot-splash script
-
2002-03-15 17:36 Warly <warly@mandrakesoft.com>
* bootsplash.spec,
diff --git a/Makefile b/Makefile
index 7c0bb12..ed1a3b0 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@ CONFIGDIRS=themes/config/
prefix=/
sharedir=/usr/share
configdir=/etc
-RPM=$(HOME)/rpm
all: check
diff --git a/bootsplash.spec b/bootsplash.spec
index 2ae25a1..56cf5b2 100644
--- a/bootsplash.spec
+++ b/bootsplash.spec
@@ -1,6 +1,6 @@
%define name bootsplash
-%define version 1.3.11
-%define release 2mdk
+%define version 1.3.13
+%define release 1mdk
%define _bootdir /boot
Summary: The Boot Splash Images and scripts
@@ -101,8 +101,14 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%changelog
-* Fri Aug 02 2002 David BAUDENS <baudens@mandrakesoft.com> 1.3.11-2mdk
-- Update images
+
+* Fri Jul 26 2002 Warly <warly@mandrakesoft.com> 1.3.13.1mdk
+- fix make-boot-splash because of deprecated () instead of $[]
+- add hexa value matching for detect-resolution
+
+* Thu Jul 25 2002 Warly <warly@mandrakesoft.com> 1.3.12-1mdk
+- fix bug that makes mkinitrd to fail when no resolution is
+found in /etc/lilo.conf
* Wed Jul 17 2002 Warly <warly@mandrakesoft.com> 1.3.11-1mdk
- new images
diff --git a/scripts/detect-resolution b/scripts/detect-resolution
index 9e30a40..6b26e89 100755
--- a/scripts/detect-resolution
+++ b/scripts/detect-resolution
@@ -81,30 +81,30 @@ sub convert_vgamode {
my $v;
#From drakx Xconfigurator_consts.pm
my %vgamodes = (
- '640xx8' => 769,
- '640x480x8' => 769,
- '800xx8' => 771,
- '800x600x8' => 771,
- '1024xx8' => 773,
- '1024x768x8' => 773,
- '1280xx8' => 775,
- '1280x1024x8' => 775,
- '640xx15' => 784,
- '640x480x15' => 784,
- '800xx15' => 787,
- '800x600x15' => 787,
- '1024xx15' => 790,
- '1024x768x15' => 790,
- '1280xx15' => 793,
- '1280x1024x15' => 793,
- '640xx16' => 785,
- '640x480x16' => 785,
- '800xx16' => 788,
- '800x600x16' => 788,
- '1024xx16' => 791,
- '1024x768x16' => 791,
- '1280xx16' => 794,
- '1280x1024x16' => 794,
+ '640xx8' => [ '769', '0x301' ],
+ '640x480x8' => [ '769', '0x301' ],
+ '800xx8' => [ '771', '0x303' ],
+ '800x600x8' => [ '771', '0x303' ],
+ '1024xx8' => [ '773', '0x305' ],
+ '1024x768x8' => [ '773', '0x305' ],
+ '1280xx8' => [ '775', '0x307' ],
+ '1280x1024x8' => [ '775', '0x307' ],
+ '640xx15' => [ '784', '0x310' ],
+ '640x480x15' => [ '784', '0x310' ],
+ '800xx15' => [ '787', '0x313' ],
+ '800x600x15' => [ '787', '0x313' ],
+ '1024xx15' => [ '790', '0x316' ],
+ '1024x768x15' => [ '790', '0x316' ],
+ '1280xx15' => [ '793', '0x319' ],
+ '1280x1024x15' => [ '793', '0x319' ],
+ '640xx16' => [ '785', '0x311' ],
+ '640x480x16' => [ '785', '0x311' ],
+ '800xx16' => [ '788', '0x314' ],
+ '800x600x16' => [ '788', '0x314' ],
+ '1024xx16' => [ '791', '0x317' ],
+ '1024x768x16' => [ '791', '0x317' ],
+ '1280xx16' => [ '794', '0x31A' ],
+ '1280x1024x16' => [ '794', '0x31A' ],
#- '640xx24' => 786, #- there is a problem with these resolutions since the BIOS may take 24 or 32 planes.
#- '640x480x24' => 786,
#- '800xx24' => 789,
@@ -114,7 +114,7 @@ sub convert_vgamode {
#- '1280xx24' => 795,
#- '1280x1024x24' => 795,
);
- foreach my $k (keys %vgamodes) { $v = $k if $vgamodes{$k} == $vga }
+ foreach my $k (keys %vgamodes) { $v = $k if grep { $_ eq $vga } @{$vgamodes{$k}} }
undef $vga if not $v;return $v;
}
sub cat_ { local *F; open F, $_[0] or $_[1] ? die "cat of file $_[0] failed: $!\n" : return; my @l = <F>; wantarray ? @l : join '', @l }
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index f31047e..0690c41 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -43,11 +43,12 @@ fi
if [[ -n $image ]];then
if [[ -z $config ]];then
- echo "Can't find a config files for $resolution";
+ echo "Can't find a config files for resolution $resolution";
exit 1;
fi
else #no image
- echo "Can't find images for $resolution";
+ echo "Can't find images for resolution $resolution";
+ exit 1
fi
# From SuSe mk_initrd script
@@ -56,15 +57,16 @@ function out_byte()
let x=$1
echo -en "`printf \\\\%o $x`"
}
+
function write_int()
{
- let tmp1=($1 & 255)
- let tmp2=($1>>8)
- let tmp2=($tmp2&255)
- let tmp3=($1>>16)
- let tmp3=($tmp3&255)
- let tmp4=($1>>24)
- let tmp4=($tmp4&255)
+ let tmp1=$[$1 & 255]
+ let tmp2=$[$1>>8]
+ let tmp2=$[$tmp2&255]
+ let tmp3=$[$1>>16]
+ let tmp3=$[$tmp3&255]
+ let tmp4=$[$1>>24]
+ let tmp4=$[$tmp4&255]
out_byte $tmp1
out_byte $tmp2
out_byte $tmp3
@@ -72,8 +74,8 @@ function write_int()
}
function write_short()
{
- let tmp1=($1>>8)
- let tmp2=($1&0xff)
+ let tmp1=$[$1>>8]
+ let tmp2=$[$1&0xff]
out_byte $tmp2
out_byte $tmp1
}
diff --git a/themes/Mandrake/images/bootsplash-1024x768.jpg b/themes/Mandrake/images/bootsplash-1024x768.jpg
index 638bf1e..c57ad5b 100644
--- a/themes/Mandrake/images/bootsplash-1024x768.jpg
+++ b/themes/Mandrake/images/bootsplash-1024x768.jpg
Binary files differ
diff --git a/themes/Mandrake/images/bootsplash-1280x1024.jpg b/themes/Mandrake/images/bootsplash-1280x1024.jpg
index c7fe760..fa2871c 100644
--- a/themes/Mandrake/images/bootsplash-1280x1024.jpg
+++ b/themes/Mandrake/images/bootsplash-1280x1024.jpg
Binary files differ
diff --git a/themes/Mandrake/images/bootsplash-800x600.jpg b/themes/Mandrake/images/bootsplash-800x600.jpg
index d310c9d..768d240 100644
--- a/themes/Mandrake/images/bootsplash-800x600.jpg
+++ b/themes/Mandrake/images/bootsplash-800x600.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/bootsplash-1024x768.jpg b/themes/data/Mandrake/images/bootsplash-1024x768.jpg
index 638bf1e..76efc89 100644
--- a/themes/data/Mandrake/images/bootsplash-1024x768.jpg
+++ b/themes/data/Mandrake/images/bootsplash-1024x768.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/bootsplash-1280x1024.jpg b/themes/data/Mandrake/images/bootsplash-1280x1024.jpg
index c7fe760..1c24c8f 100644
--- a/themes/data/Mandrake/images/bootsplash-1280x1024.jpg
+++ b/themes/data/Mandrake/images/bootsplash-1280x1024.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/bootsplash-800x600.jpg b/themes/data/Mandrake/images/bootsplash-800x600.jpg
index d310c9d..980fce8 100644
--- a/themes/data/Mandrake/images/bootsplash-800x600.jpg
+++ b/themes/data/Mandrake/images/bootsplash-800x600.jpg
Binary files differ