summaryrefslogtreecommitdiff
path: root/overlay/etc
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/etc')
-rw-r--r--overlay/etc/motd8
-rw-r--r--overlay/etc/pacman.d/mirrorlist4
-rw-r--r--overlay/etc/rc.conf4
3 files changed, 8 insertions, 8 deletions
diff --git a/overlay/etc/motd b/overlay/etc/motd
index ddd9fbc..af615af 100644
--- a/overlay/etc/motd
+++ b/overlay/etc/motd
@@ -1,5 +1,5 @@
**************************************************************
-* To begin installation, run /arch/setup *
+* To begin installation, run /libre/setup *
* You can find documentation at *
* /usr/share/aif/docs/official_installation_guide_en *
* *
@@ -7,10 +7,6 @@
* and console font. *
* *
* If you encounter issues and want to report them or *
-* seek help, run /arch/report-issues *
-* *
-* If you are looking to install Arch on something more *
-* exotic, such as your kerosene-powered cheese grater, *
-* please consult http://wiki.archlinux.org. *
+* seek help, run /libre/report-issues *
* *
**************************************************************
diff --git a/overlay/etc/pacman.d/mirrorlist b/overlay/etc/pacman.d/mirrorlist
new file mode 100644
index 0000000..6537e4c
--- /dev/null
+++ b/overlay/etc/pacman.d/mirrorlist
@@ -0,0 +1,4 @@
+# Parabola GNU/Linux
+Server = http://parabolagnulinux.org/repo/$repo/os/$arch
+Server = ftp://ftp.inf.utfsm.cl/pub/parabola/$repo/os/$arch
+
diff --git a/overlay/etc/rc.conf b/overlay/etc/rc.conf
index ff18456..3893268 100644
--- a/overlay/etc/rc.conf
+++ b/overlay/etc/rc.conf
@@ -1,5 +1,5 @@
#
-# /etc/rc.conf - Main Configuration for Arch Linux
+# /etc/rc.conf - Main Configuration for Parabola GNU/Linux-Libre
. /etc/archiso/functions
@@ -18,7 +18,7 @@ USECOLOR="yes"
MOD_AUTOLOAD="yes"
-HOSTNAME="archiso"
+HOSTNAME="libreiso"
#TODO add more auto-daemons here, especially the live-cd specific stuff
DAEMONS=(syslog-ng network archiso)