mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 01:31:04 +02:00
pentoo-system: b43 firmware has been changed, no more pax
This commit is contained in:
parent
2a787c1085
commit
1c8228fb11
4 changed files with 20 additions and 40 deletions
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
if [ "${EUID}" = "0" ]; then
|
||||
emerge broadcom-firmware-installer
|
||||
else
|
||||
sudo emerge broadcom-firmware-installer
|
||||
fi
|
||||
echo "You can make a module for your personal use and put it in the modules"
|
||||
echo "folder of your usb/cd for personal use only."
|
||||
echo "To do this run \"makemo broadcom-firmware-installer\"."
|
||||
echo "Do NOT post this module. Redistribution is against the law."
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
*****************************************************************************
|
||||
* *
|
||||
* [1;31;37m All network interfaces are now down at boot. [1;31;30m*
|
||||
* [1;31;37m For gui network manager, type "/etc/init.d/NetworkManager start" as root [1;31;30m*
|
||||
* [1;31;37m Or you can type "dhcpcd ethX" as root to setup your network interface. [1;31;30m*
|
||||
* [1;31;37m If you have a broadcom wifi card it is currently using b43-openfwwf. [1;31;30m*
|
||||
* [1;31;37m If this is undesirable or non-functional type "./b43-commercial" [1;31;30m*
|
||||
* [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 "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*
|
||||
* *
|
||||
* [1;31;37m Pentoo Bug Tracker https://github.com/pentoo/pentoo-overlay/issues [1;31;30m*
|
||||
* [1;31;37m Update using "pentoo-updater" command as root. [1;31;30m*
|
||||
* *
|
||||
* [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*
|
||||
|
||||
19
pentoo/pentoo-system/files/motd-2018.1
Normal file
19
pentoo/pentoo-system/files/motd-2018.1
Normal file
|
|
@ -0,0 +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. *
|
||||
* *
|
||||
* 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. *
|
||||
* *
|
||||
* Type startx to launch XFCE window manager *
|
||||
* *
|
||||
*****************************************************************************
|
||||
|
||||
|
|
@ -149,12 +149,6 @@ src_install() {
|
|||
newexe "${FILESDIR}"/sudo_toggle_hardened.desktop toggle_hardened.desktop
|
||||
fi
|
||||
|
||||
##here is where we merge in things from root_overlay which make sense
|
||||
exeinto /root
|
||||
newexe "${FILESDIR}"/b43-commercial-2016.3 b43-commercial
|
||||
exeinto /etc/skel
|
||||
newexe "${FILESDIR}"/b43-commercial-2016.3 b43-commercial
|
||||
|
||||
#/usr/bin
|
||||
use enlightenment && newbin "${FILESDIR}"/dokeybindings-2012.1 dokeybindings
|
||||
|
||||
|
|
@ -162,7 +156,7 @@ src_install() {
|
|||
insinto /etc
|
||||
echo "Pentoo Release ${PV}" > pentoo-release
|
||||
doins pentoo-release
|
||||
newins "${FILESDIR}"/motd-2016.3-r3 motd
|
||||
newins "${FILESDIR}"/motd-2018.1 motd
|
||||
newins "${FILESDIR}"/issue.pentoo.logo issue.pentoo.logo
|
||||
|
||||
dodir /etc/env.d
|
||||
Loading…
Reference in a new issue