[an error occurred while processing this directive]

Изменение графической заставки, отображаемой в процессе загрузки Linux.
Настройка bootsplash для AltLinux (темы берутся с http://bootsplash.de/)
В качестве примера взята тема AquaMatrix для разрешения 1024x768).

1. Установить пакеты:

   apt-get install bootsplash design-bootloader-AquaMatrix

2. Перегенерировать inird-образ:

   mkinitrd -f /boot/initrd-`uname -r`.img `uname -r`

3. Добавить в конец образа собственно splash:

   splash -s -f /etc/bootsplash/themes/AquaMatrix/config/bootsplash-1024x768.cfg >> 
      /boot/initrd-`uname -r`.img

4. В /etc/lilo.conf (или /boot/grub/menu.lst) дописать к параметрам ядра и запустить lilo.

   vga=791 splash=silent

5. В /etc/sysconfig/bootsplash укажите название темы и включите её.

   SPLASH="yes"
   THEME="AquaMatrix"

Для изменения фонового изображения на первой консоли:

   splash -s -u 1 путь_к_splash.cfg
 
04.03.2006 , Автор: Alexander Kuprin , Источник: http://lists.altlinux.ru/pipermail/...
Ключи: linux, boot
Раздел:    Корень / Пользователю / Работа в консоли

[an error occurred while processing this directive]

[an error occurred while processing this directive]