diff options
-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') @@ -65,7 +65,7 @@ if [[ $USECOLOR =~ yes|YES ]]; then else C_CLEAR="\e[m" # clear text C_MAIN="\e[;1m" # main text - C_OTHER="\e[1;34m" # prefix & brackets + C_OTHER="\e[1;35m" # prefix & brackets C_SEPARATOR="\e[1;30m" # separator C_BUSY="\e[;36m" # busy C_FAIL="\e[1;31m" # failed @@ -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 |