CODE:
deb http://debian.bootsplash.de unstable main
deb-src http://debian.bootsplash.de unstable main |
CODE:
apt-get install kernel-patch-bootsplash
|
CODE:
apt-get install debhelper modutils kernel-package libncurses5-dev
apt-get install linux-source-2.6.12 apt-get install fakeroot vi /etc/kernel-pkg.conf # 输入我的名字和邮件地址 cd /usr/src # 创建目录 tar -xjvf linux-source-2.6.12.tar.bz2 cd linux-source-2.6.12 # 如果这是你的内核源码 ../kernel-patches/all/apply/bootsplash # 给内核打补丁 cp /boot/config-2.6.12-1-686 .config # 将当前配置设定为默认配置 make menuconfig # 按自己的喜好来定制 make-kpkg clean # 必须执行这步 fakeroot make-kpkg --append_to_version -686 --initrd --revision=2.6.12-10 --stem linux kernel_image modules_image cd .. dpkg -i *.deb |
CODE:
Code maturity level options --->
[*] Prompt for development and/or incomplete code/drivers Processor type and features ---> [*] MTRR (Memory Type Range Register) support Device Drivers ---> Block devices ---> <*> Loopback device support <*> RAM disk support (4096) Default RAM disk size [*] Initial RAM disk (initrd) support Graphics support ---> [*] Support for frame buffer devices [*] VESA VGA graphics support Console display driver support ---> [*] Video mode selection support <*> Framebuffer Console support Bootsplash configuration ---> [*] Bootup splash screen |
CODE:
apt-get install bootsplash bootsplash-theme-debian sysv-rc-bootsplash
|
CODE:
title Debian GNU/Linux, kernel 2.6.12-686 (silent)
root (hd0,0) kernel /boot/vmlinuz-2.6.12-686 root=/dev/hda1 ro vga=791 splash=silent initrd /boot/initrd.img-2.6.12-686 savedefault boot title Debian GNU/Linux, kernel 2.6.12-686 (bootsplash) root (hd0,0) kernel /boot/vmlinuz-2.6.12-686 root=/dev/hda1 ro vga=791 initrd /boot/initrd.img-2.6.12-686 savedefault boot title Debian GNU/Linux, kernel 2.6.12-686 (recovery mode) root (hd0,0) kernel /boot/vmlinuz-2.6.12-686 root=/dev/hda1 ro single initrd /boot/initrd.img-2.6.12-686.orig savedefault boot |
CODE:
title Debian GNU/Linux, kernel 2.6.12-686 (silent)
root (hd0,0) kernel /boot/vmlinuz-2.6.12-686 root=/dev/hda1 ro video=sisfb:mode:1024x768x16,rate:85,mem:32768 splash=silent initrd /boot/initrd.img-2.6.12-686 savedefault boot |