mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
pentoo-system: fix motd to close it's color changing
This commit is contained in:
parent
ffb58a0502
commit
d1cc9c5f42
2 changed files with 3 additions and 2 deletions
|
|
@ -33,4 +33,5 @@ Welcome to Pentoo powered by Gentoo linux...
|
|||
* [1;31;37m Type startx to launch XFCE window manager [1;31;30m*
|
||||
* [1;31;37m enlightenment e17 is also installed but not ready for general use yet [1;31;30m*
|
||||
* *
|
||||
*****************************************************************************
|
||||
*****************************************************************************[1;31;37m*
|
||||
|
||||
|
|
@ -148,7 +148,7 @@ src_install() {
|
|||
insinto /etc
|
||||
echo "Pentoo Release ${PV}" > pentoo-release
|
||||
doins pentoo-release
|
||||
newins "${FILESDIR}"/motd-2016.3-r1 motd
|
||||
newins "${FILESDIR}"/motd-2016.3-r2 motd
|
||||
|
||||
dodir /etc/env.d
|
||||
use kde && echo 'XSESSION="KDE-4"' > "${ED}"/etc/env.d/90xsession
|
||||
Loading…
Reference in a new issue