summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
-rw-r--r--functions4
-rw-r--r--rc.conf2
-rwxr-xr-xrc.sysinit5
4 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8b4717..1029b32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgver=$(date +%s)
pkgrel=$(git log -1 --pretty=format:%h)
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')
diff --git a/functions b/functions
index f68c088..2cbf01e 100644
--- a/functions
+++ b/functions
@@ -78,7 +78,7 @@ if [[ $USECOLOR = [yY][eE][sS] ]]; then
if tput setaf 0 &>/dev/null; then
C_CLEAR=$(tput sgr0) # clear text
C_MAIN=${C_CLEAR}$(tput bold) # main text
- C_OTHER=${C_MAIN}$(tput setaf 4) # prefix & brackets
+ C_OTHER=${C_MAIN}$(tput setaf 5) # prefix & brackets
C_SEPARATOR=${C_MAIN}$(tput setaf 0) # separator
C_BUSY=${C_CLEAR}$(tput setaf 6) # busy
C_FAIL=${C_MAIN}$(tput setaf 1) # failed
@@ -89,7 +89,7 @@ if [[ $USECOLOR = [yY][eE][sS] ]]; 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
diff --git a/rc.conf b/rc.conf
index 9700480..418f607 100644
--- a/rc.conf
+++ b/rc.conf
@@ -1,5 +1,5 @@
#
-# /etc/rc.conf - Main Configuration for Arch Linux
+# /etc/rc.conf - Main Configuration for Parabola GNU/Linux-Libre
#
# -----------------------------------------------------------------------
diff --git a/rc.sysinit b/rc.sysinit
index 9f215c4..236d663 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -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
# mount /proc, /sys, /run, /dev, /run/lock, /dev/pts, /dev/shm (the api filesystems)