enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/svn-archive/archive.git] / target / linux / etrax-2.6 / patches / cris / 012-splash.patch
1 diff -urN linux-2.6.19.2.orig/arch/cris/arch-v10/boot/compressed/misc.c linux-2.6.19.2/arch/cris/arch-v10/boot/compressed/misc.c
2 --- linux-2.6.19.2.orig/arch/cris/arch-v10/boot/compressed/misc.c 2007-05-28 22:35:23.000000000 +0200
3 +++ linux-2.6.19.2/arch/cris/arch-v10/boot/compressed/misc.c 2007-05-28 22:40:43.000000000 +0200
4 @@ -266,8 +266,16 @@
5 puts("You need an ETRAX 100LX to run linux 2.6\n");
6 while(1);
7 }
8 + puts("\r\n _ _ _ \r\n");
9 + puts(" | | (_) | \r\n");
10 + puts(" __ _ ___ _ __ ___ ___ ___ _ _ ___| |_ ___ _ __ ___ ___ _| |_\r\n");
11 + puts(" / _` |/ __| '_ ` _ \\ / _ \\/ __| | | / __| __/ _ \\ '_ ` _ \\/ __| | | __|\r\n");
12 + puts(" | (_| | (__| | | | | | __/\\__ \\ |_| \\__ \\ || __/ | | | | \\__ \\_| | |_ \r\n");
13 + puts(" \\__,_|\\___|_| |_| |_|\\___||___/\\__, |___/\\__\\___|_| |_| |_|___(_)_|\\__|\r\n");
14 + puts(" __/ | \r\n");
15 + puts(" |___/ FOXBOARD @ www.acmesystems.it \r\n");
16
17 - puts("Uncompressing Linux...\n");
18 + puts("Uncompressing Linux...\r\n");
19 gunzip();
20 - puts("Done. Now booting the kernel.\n");
21 + puts("Done. Now booting the kernel.\r\n");
22 }