Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 4b5923d50764f9d281b09edbfee2db246096f26c Author: Antonio Quartulli a@unstable.cc Date: Sun Apr 15 16:31:49 2012 +0000
doc: open-mesh/BatmanAdvBootLogo
4b5923d50764f9d281b09edbfee2db246096f26c open-mesh/BatmanAdvBootLogo.textile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
diff --git a/open-mesh/BatmanAdvBootLogo.textile b/open-mesh/BatmanAdvBootLogo.textile new file mode 100644 index 00000000..ededd238 --- /dev/null +++ b/open-mesh/BatmanAdvBootLogo.textile @@ -0,0 +1,30 @@ +h1. BatmanAdvBootLogo + +If you are a very batman-advanced-addicted and enthusiastic fan, you will surely want to try the B.A.T.M.A.N.-Advanced bootup logo out!! + +If you want to see the B.A.T.M.A.N.-Advanced logo each time your laptop boot up this wikipage is made for you! + +This little howto will drive you through a few steps that will enable you to select a new custom logo from the kernel menuconfig. +This is the final result: + +!batlogo_boot_screenshort_400px.jpg! + +Do you like it? Yeah! So, these are the vey short steps: + +1) download [[batman_logo.patch]] and put it into your kernel source directory + +2) open a terminal, jump into your kernel source directory and type +<pre> +# patch -p1 <batman_logo.patch +</pre> + +3) now run the menuconfig by typing +<pre> +# make menuconfig +</pre> + +4) Browse the menu: Device Drivers -> Graphics support -> Bootup Logo and choose the new B.A.T.M.A.N.-Advanced entry: + +!batman_logo_menu.png! + +5) Exit the menu and recompile your kernel! Don't forget to reinstall it to the proper location! \ No newline at end of file