From 89f4495694732e992e7b8578ee24af0cf2d5eb82 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 27 May 2013 10:42:40 +0200 Subject: Initial import --- etc/archlogo.conf | 3 +++ hook/archlogo | 5 +++++ install/archlogo | 11 +++++++++++ share/archlogo | 10 ++++++++++ share/archlogo2 | 19 +++++++++++++++++++ 5 files changed, 48 insertions(+) create mode 100644 etc/archlogo.conf create mode 100644 hook/archlogo create mode 100644 install/archlogo create mode 100644 share/archlogo create mode 100644 share/archlogo2 diff --git a/etc/archlogo.conf b/etc/archlogo.conf new file mode 100644 index 0000000..b4d653c --- /dev/null +++ b/etc/archlogo.conf @@ -0,0 +1,3 @@ +# ASCII Arch Logo on bootup + +ARCHLOGO="archlogo" diff --git a/hook/archlogo b/hook/archlogo new file mode 100644 index 0000000..a9d7e82 --- /dev/null +++ b/hook/archlogo @@ -0,0 +1,5 @@ +#!/bin/sh + +run_earlyhook() { + cat < /archlogo +} diff --git a/install/archlogo b/install/archlogo new file mode 100644 index 0000000..c2f77ea --- /dev/null +++ b/install/archlogo @@ -0,0 +1,11 @@ +#!/bin/sh + +build() { + source /etc/archlogo.conf + add_file "/usr/share/archlogo/${ARCHLOGO}" /archlogo + add_runscript +} + +help() { + echo "This hook adds an Arch Linux logo to the boot process." +} diff --git a/share/archlogo b/share/archlogo new file mode 100644 index 0000000..7e13122 --- /dev/null +++ b/share/archlogo @@ -0,0 +1,10 @@ + + , _ _ _ + /#\ __ _ _ __ ___| |__ | (_)_ __ _ ___ __ + ,###\ / _` | '__/ __| '_ \| | | '_ \| | | \ \/ / + /#####\ | (_| | | | (__| | | | | | | | | |_| |> < + /##;-;##\ \__,_|_| \___|_| |_|_|_|_| |_|\__,_/_/\_\TM + /##( )##` + /#;-- --;#\ Make it simple and lightweight. + /` `\ + diff --git a/share/archlogo2 b/share/archlogo2 new file mode 100644 index 0000000..60f5e0a --- /dev/null +++ b/share/archlogo2 @@ -0,0 +1,19 @@ + + # + ### + ##### + ###### + ; #####; + +##.##### ArchLinux + +########## Keep it Simple, Stupid. :P + #############; + ###############+ + ####### ####### + .######; ;###;`". + .#######; ;#####. + #########. .########` + ######' '###### + ;#### ####; + ##' '## + #' `# + -- cgit v1.2.3-54-g00ecf