mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
pentoo-system: add issue file with the pentoo logo
This commit is contained in:
parent
af99ed62d4
commit
582fd79652
3 changed files with 18 additions and 15 deletions
16
pentoo/pentoo-system/files/issue.pentoo.logo
Normal file
16
pentoo/pentoo-system/files/issue.pentoo.logo
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[1;31;31m .
|
||||
[1;31;31m d$b
|
||||
[1;31;40m .d$$$$$$b. .cd$$b. .d$$b. d$$$$$$$$$$$b .d$$b. .d$$b.
|
||||
[1;31;31m .$$$$$$$$$$ d$$$'`$$$. d$$$$$$$b Q$$$$$$$P$$$P.$$$$$$$b. .$$$$$$$b.
|
||||
[1;31;31m $$$$( )$$$d$$$$bd$$P" d$$$PQ$$$$b. $$$$. .$$$P' `$$$ .$$$P' `$$$
|
||||
[1;31;31m .$$$$$$$$$$P Q$$$$$$$b d$$$P Q$$$$b $$$$b $$$$b..d$$$ $$$$b..d$$$
|
||||
[1;31;31m d$$$$$$$$$P' "$$$$$$$$ Q$$$ Q$$$$ $$$$$ `Q$$$$$$$P `Q$$$$$$$P
|
||||
[1;31;31m .$$$$P' `""""" "" "" Q$$$P "Q$$$P" "Q$$$P"
|
||||
[1;31;31m d$Q$$' """
|
||||
[1;31;31m "Q$$P
|
||||
[1;37;40m
|
||||
|
||||
Welcome to Pentoo powered by Gentoo linux...
|
||||
|
||||
This is \n.\O (\s \m \r) \t
|
||||
|
||||
|
|
@ -1,17 +1,3 @@
|
|||
[1;31;31m .
|
||||
[1;31;31m d$b
|
||||
[1;31;40m .d$$$$$$b. .cd$$b. .d$$b. d$$$$$$$$$$$b .d$$b. .d$$b.
|
||||
[1;31;31m .$$$$$$$$$$ d$$$'`$$$. d$$$$$$$b Q$$$$$$$P$$$P.$$$$$$$b. .$$$$$$$b.
|
||||
[1;31;31m $$$$( )$$$d$$$$bd$$P" d$$$PQ$$$$b. $$$$. .$$$P' `$$$ .$$$P' `$$$
|
||||
[1;31;31m .$$$$$$$$$$P Q$$$$$$$b d$$$P Q$$$$b $$$$b $$$$b..d$$$ $$$$b..d$$$
|
||||
[1;31;31m d$$$$$$$$$P' "$$$$$$$$ Q$$$ Q$$$$ $$$$$ `Q$$$$$$$P `Q$$$$$$$P
|
||||
[1;31;31m .$$$$P' `""""" "" "" Q$$$P "Q$$$P" "Q$$$P"
|
||||
[1;31;31m d$Q$$' """
|
||||
[1;31;31m "Q$$P
|
||||
[1;37;40m
|
||||
|
||||
Welcome to Pentoo powered by Gentoo linux...
|
||||
[1;31;30m
|
||||
*****************************************************************************
|
||||
* *
|
||||
* [1;31;37m All network interfaces are now down at boot. [1;31;30m*
|
||||
|
|
@ -147,7 +147,8 @@ src_install() {
|
|||
insinto /etc
|
||||
echo "Pentoo Release ${PV}" > pentoo-release
|
||||
doins pentoo-release
|
||||
newins "${FILESDIR}"/motd-2016.3-r2 motd
|
||||
newins "${FILESDIR}"/motd-2016.3-r3 motd
|
||||
newins "${FILESDIR}"/issue.pentoo.logo issue.pentoo.logo
|
||||
|
||||
dodir /etc/env.d
|
||||
use kde && echo 'XSESSION="KDE-4"' > "${ED}"/etc/env.d/90xsession
|
||||
Loading…
Reference in a new issue