5.9.9-alt5
- setup grub colors added
This commit is contained in:
parent
65884368a1
commit
4a3fb7f377
@ -7,7 +7,7 @@
|
||||
|
||||
Name: branding-%brand-%theme
|
||||
Version: 5.9.9
|
||||
Release: alt4
|
||||
Release: alt5
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-droid
|
||||
@ -45,8 +45,8 @@ Provides: design-bootloader-system-%theme design-bootloader-livecd-%theme design
|
||||
Obsoletes: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-bootloader ";done )
|
||||
|
||||
%define %grub_normal white/black
|
||||
%define %grub_high black/white
|
||||
%define grub_normal white/black
|
||||
%define grub_high black/white
|
||||
|
||||
%description bootloader
|
||||
Here you find the graphical boot logo. Suitable for both lilo and syslinux.
|
||||
@ -376,6 +376,9 @@ shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_HIGHLIGHT %grub_high
|
||||
%_desktopdir/indexhtml.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Sep 15 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt5
|
||||
- setup grub colors added
|
||||
|
||||
* Tue Aug 31 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.9.9-alt4
|
||||
- status changed to beta
|
||||
- background changed
|
||||
|
@ -29,12 +29,12 @@ boot:
|
||||
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-install/
|
||||
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-boot/
|
||||
for size in 1024x768 800x600 640x480; do \
|
||||
convert images/boot.png -resize "$$size!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' boot-$$size.jpg ;\
|
||||
convert images/boot.jpg -quality 97 -resize "$$size!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' boot-$$size.jpg ;\
|
||||
cp -al boot-$$size.jpg components/bootsplash/images/silent-$$size.jpg ;\
|
||||
convert -resize "$$size!" images/console.jpg components/bootsplash/images/bootsplash-$$size.jpg;\
|
||||
done
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg
|
||||
convert images/boot.png -resize "800x600!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' design-bootloader-source/data-install/back.jpg
|
||||
#bootsplash
|
||||
mkdir -p $(sysconfdir)/bootsplash/themes/$(THEME)
|
||||
cp -a components/bootsplash/* $(sysconfdir)/bootsplash/themes/$(THEME)
|
||||
|
Loading…
x
Reference in New Issue
Block a user