diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-29 04:54:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-29 04:54:42 +0000 |
commit | c535eabfd26a1927fc87adb9250e277e19a66c3c (patch) | |
tree | 8ce547511eaa626bcf81cea1fc76a6bcb8d6df7a /scripts/Makefile | |
parent | 74e685503f350d91b3a7f72cc56c2d6b0e73fe52 (diff) | |
download | bootsplash-c535eabfd26a1927fc87adb9250e277e19a66c3c.tar bootsplash-c535eabfd26a1927fc87adb9250e277e19a66c3c.tar.gz bootsplash-c535eabfd26a1927fc87adb9250e277e19a66c3c.tar.bz2 bootsplash-c535eabfd26a1927fc87adb9250e277e19a66c3c.tar.xz bootsplash-c535eabfd26a1927fc87adb9250e277e19a66c3c.zip |
- add scripts/remove-boot-splash so we can modify a bootsplash
from an initrd without having to rebuild it
- make-boot-splash doesn't try to detect the resolution anymore,
it now needs to be given one
- in switch-themes and remove-theme, use bootloader-config to update the bootloader
- remove detect-resolution
- requires new mkinitrd (old mkinitrd used detect-resolution)
- remove "Patch: glibc-fixed-header.tar.bz2" which is unused (and not in CVS)
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index c82b9db..6b46046 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,4 +1,4 @@ -PL=detect-resolution +PL=remove-boot-splash SH=make-boot-splash rewritejpeg switch-themes remove-theme SBIN=splash.sh SYS=bootsplash.sysconfig |