mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 04:40:56 +02:00
pentoo-core: https://github.com/pentoo/pentoo-overlay/pull/670 fix
This commit is contained in:
parent
5b4486f16d
commit
4f0f8b199f
2 changed files with 9 additions and 9 deletions
|
|
@ -1,19 +1,19 @@
|
|||
*****************************************************************************
|
||||
* *
|
||||
* All network interfaces are now down at boot. *
|
||||
* For gui network manager, type "/etc/init.d/NetworkManager start" as root *
|
||||
* Or you can type "dhcpcd ethX" as root to setup your network interface. *
|
||||
* All network interfaces are down at boot by default. *
|
||||
* For GUI network manager, type "sudo rc-service NetworkManager start". *
|
||||
* Or you can type "sudo dhcpcd ethX" to setup your network interface. *
|
||||
* *
|
||||
* If you are running live usb there are many ways to save changes: *
|
||||
* If you are running live USB, there are many ways to save changes: *
|
||||
* You can run "flushchanges" as root to automatically save any *
|
||||
* changes made since boot. *
|
||||
* You can run "makemo category/package" as root to install a new package *
|
||||
* which will be available now and after reboot. *
|
||||
* *
|
||||
* Pentoo Bug Tracker https://github.com/pentoo/pentoo-overlay/issues *
|
||||
* Update using "pentoo-updater" command as root. *
|
||||
* Pentoo Bug Tracker: https://github.com/pentoo/pentoo-overlay/issues *
|
||||
* Update using "sudo pentoo-updater" command. *
|
||||
* *
|
||||
* Type startx to launch XFCE window manager *
|
||||
* Type "startx" to launch XFCE window manager. *
|
||||
* *
|
||||
*****************************************************************************
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ SRC_URI="amd64? ( http://dev.pentoo.ch/~zero/distfiles/pentoo-grubtheme.tar.xz )
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="livecd pentoo-in-a-container pentoo-minimal"
|
||||
|
||||
DEPEND=""
|
||||
|
|
@ -103,7 +103,7 @@ src_install() {
|
|||
insinto /etc
|
||||
echo "Pentoo Release ${PV}" > pentoo-release
|
||||
doins pentoo-release
|
||||
newins "${FILESDIR}"/motd-2018.1 motd
|
||||
doins "${FILESDIR}"/motd
|
||||
newins "${FILESDIR}"/issue.pentoo.logo issue.pentoo.logo
|
||||
|
||||
#/usr/share/pentoo
|
||||
Loading…
Reference in a new issue