[devel-distro] Пришло время почистить брендинги

Антон Мидюков midyukov-anton at ya.ru
Wed Jun 19 19:07:47 MSK 2024


Здравствуйте

Предлагаю почистить брендинги от следующего legacy:

1. От чего-то до plymouth'овского (bootsplash), как я понимаю.

в %post bootloader:

%ifarch %ix86 x86_64
ln -snf %theme/message /boot/splash/message
. /etc/sysconfig/i18n
lang=$(echo $LANG | cut -d. -f 1)
cd boot/splash/%theme/
echo $lang > lang
[ "$lang" = "C" ] || echo lang | cpio -o --append -F message
%endif

и

%ifarch %ix86 x86_64
%preun bootloader
[ "$1" -eq 0 ] || exit 0
[ "`readlink /boot/splash/message`" != "%theme/message" ] ||
    rm -f /boot/splash/message
%endif

и из %files bootloader
/boot/splash/%theme

и другие упоминания /boot/splash в спеке.

2. От gfxboot, так как мы перешли на grub и отказались от syslinux.

Для этого убираем из спека примерно следующее:
%ifarch %ix86 x86_64
BuildRequires: cpio
BuildRequires: design-bootloader-source >= 5.0-alt2 fribidi
BuildRequires: gfxboot >= 4
%endif

после чего вычищаем спек и систему сборки от gfxboot, пока не соберётся пакет.

-- 
С уважением, Антон Мидюков <antohami �� altlinux.org>


More information about the devel-distro mailing list