diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-25 13:23:22 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-25 13:23:22 -0300 |
commit | 41b4a850ccaee7303618e9bd2069d892ae6c0092 (patch) | |
tree | 0e82f6d394697ed3bf6bfc1edb9ffe3fca5ba968 | |
parent | a946a2956b42859ddb2667218115ae0f4e896491 (diff) |
Parabola rebranding2011.04.1
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | functions | 2 | ||||
-rw-r--r-- | rc.conf | 2 | ||||
-rwxr-xr-x | rc.sysinit | 5 |
4 files changed, 7 insertions, 6 deletions
@@ -3,8 +3,8 @@ pkgver=$(date +%s) pkgrel=$(git log --pretty=format:%h |head -n 1) pkgdesc="System initialization/bootup scripts" arch=('i686' 'x86_64') -url="http://www.archlinux.org" -license=('GPL') +url="http://parabolagnulinux.org" +license=('GPL2') groups=('base') conflicts=('initscripts') provides=('initscripts=9999') @@ -53,7 +53,7 @@ fi if [[ $USECOLOR = YES || $USECOLOR = yes ]]; then C_MAIN="\033[1;37;40m" # main text - C_OTHER="\033[1;34;40m" # prefix & brackets + C_OTHER="\033[1;35;40m" # prefix & brackets C_SEPARATOR="\033[1;30;40m" # separator C_BUSY="\033[0;36;40m" # busy @@ -1,5 +1,5 @@ # -# /etc/rc.conf - Main Configuration for Arch Linux +# /etc/rc.conf - Main Configuration for Parabola GNU/Linux-Libre # # ----------------------------------------------------------------------- @@ -7,8 +7,9 @@ . /etc/rc.d/functions echo " " -printhl "Arch Linux\n" -printhl "${C_H2}http://www.archlinux.org" +printhl "Parabola GNU/Linux-Libre\n" +printhl "${C_H2}http://parabolagnulinux.org" +printhl "You're booting into a /libre/ version of Archlinux" printsep run_hook sysinit_start |