mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 09:11:00 +02:00
pentoo-system: fix motd corruption
This commit is contained in:
parent
4d72a5da75
commit
4926695ae9
2 changed files with 3 additions and 3 deletions
|
|
@ -22,8 +22,8 @@ Welcome to Pentoo powered by Gentoo linux...
|
|||
* [1;31;37m You can toggle PaX hardening on and off with "toggle_hardened" as root [1;31;30m*
|
||||
* *
|
||||
* [1;31;37m If you are running live usb there are many ways to save changes: [1;31;30m*
|
||||
* [1;31;37m You can run "flushchanges" as root to automatically save any ^[[1;31;30m*
|
||||
* ^[[1;31;37m changes made since boot. [1;31;30m*
|
||||
* [1;31;37m You can run "flushchanges" as root to automatically save any [1;31;30m*
|
||||
* [1;31;37m changes made since boot. [1;31;30m*
|
||||
* [1;31;37m You can run "makemo category/package" as root to install a new package [1;31;30m*
|
||||
* [1;31;37m which will be available now and after reboot. [1;31;30m*
|
||||
* *
|
||||
|
|
@ -147,7 +147,7 @@ src_install() {
|
|||
insinto /etc
|
||||
echo "Pentoo Release ${PV}" > pentoo-release
|
||||
doins pentoo-release
|
||||
newins "${FILESDIR}"/motd-2016.3 motd
|
||||
newins "${FILESDIR}"/motd-2016.3-r1 motd
|
||||
|
||||
dodir /etc/env.d
|
||||
use kde && echo 'XSESSION="KDE-4"' > "${ED}"/etc/env.d/90xsession
|
||||
Loading…
Reference in a new issue