summaryrefslogtreecommitdiff
path: root/configs/releng/root-image
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-02 03:10:17 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-07-02 03:10:17 -0300
commit2c7941eac30ca9fb44f9c095ef6c2211eb3e2b43 (patch)
treebaf1bbc00d990ab63b45f6ce50b7d1a74fd632a7 /configs/releng/root-image
parent85d243ff5836fc17416c65dca8a9e8b4e9d915bc (diff)
Parabola rebranding
Diffstat (limited to 'configs/releng/root-image')
-rw-r--r--configs/releng/root-image/etc/arch-release2
-rw-r--r--configs/releng/root-image/etc/hosts4
-rw-r--r--configs/releng/root-image/etc/issue4
-rw-r--r--configs/releng/root-image/etc/motd9
-rw-r--r--configs/releng/root-image/etc/rc.conf4
-rwxr-xr-xconfigs/releng/root-image/etc/rc.d/archiso4
-rwxr-xr-xconfigs/releng/root-image/libre/report-issues (renamed from configs/releng/root-image/arch/report-issues)0
-rwxr-xr-xconfigs/releng/root-image/libre/setup (renamed from configs/releng/root-image/arch/setup)0
8 files changed, 13 insertions, 14 deletions
diff --git a/configs/releng/root-image/etc/arch-release b/configs/releng/root-image/etc/arch-release
index 153f8b2..d04512c 100644
--- a/configs/releng/root-image/etc/arch-release
+++ b/configs/releng/root-image/etc/arch-release
@@ -1 +1 @@
-Arch Linux Live ISO
+Parabola GNU/Linux-libre Live ISO
diff --git a/configs/releng/root-image/etc/hosts b/configs/releng/root-image/etc/hosts
index e474be0..f26c713 100644
--- a/configs/releng/root-image/etc/hosts
+++ b/configs/releng/root-image/etc/hosts
@@ -3,7 +3,7 @@
#
#<ip-address> <hostname.domain.org> <hostname>
-127.0.0.1 localhost.localdomain localhost archiso
-::1 localhost.localdomain localhost archiso
+127.0.0.1 localhost.localdomain localhost libreiso
+::1 localhost.localdomain localhost libreiso
# End of file
diff --git a/configs/releng/root-image/etc/issue b/configs/releng/root-image/etc/issue
index ce82e88..2e5b032 100644
--- a/configs/releng/root-image/etc/issue
+++ b/configs/releng/root-image/etc/issue
@@ -1,5 +1,5 @@

-Arch Linux Live ISO (\l)
+Parabola GNU/Linux-libre Live ISO (\l)
\s-\r \m.
-Default logins "root" and "arch" have no password.
+Default logins "root" and "libre" have no password.
To begin installation, login as root.
diff --git a/configs/releng/root-image/etc/motd b/configs/releng/root-image/etc/motd
index ddd9fbc..0943569 100644
--- a/configs/releng/root-image/etc/motd
+++ b/configs/releng/root-image/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,9 @@
* and console font. *
* *
* If you encounter issues and want to report them or *
-* seek help, run /arch/report-issues *
+* seek help, run /libre/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. *
+* If you need help please consult *
+* http://wiki.parabolagnulinux.org *
* *
**************************************************************
diff --git a/configs/releng/root-image/etc/rc.conf b/configs/releng/root-image/etc/rc.conf
index 92236a2..a6295d0 100644
--- a/configs/releng/root-image/etc/rc.conf
+++ b/configs/releng/root-image/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
@@ -30,6 +30,6 @@ USEDMRAID="no"
USEBTRFS="no"
USELVM="no"
-HOSTNAME="archiso"
+HOSTNAME="libreiso"
DAEMONS=(hwclock syslog-ng archiso)
diff --git a/configs/releng/root-image/etc/rc.d/archiso b/configs/releng/root-image/etc/rc.d/archiso
index 1429516..9d11d16 100755
--- a/configs/releng/root-image/etc/rc.d/archiso
+++ b/configs/releng/root-image/etc/rc.d/archiso
@@ -4,9 +4,9 @@
do_makeuser ()
{
- stat_busy "Making the default user arch"
+ stat_busy "Making the default user libre"
addgroups="audio,disk,optical,wheel"
- useradd -m -p "" -g users -G $addgroups arch
+ useradd -m -p "" -g users -G $addgroups libre
stat_done
}
diff --git a/configs/releng/root-image/arch/report-issues b/configs/releng/root-image/libre/report-issues
index bf3b3a3..bf3b3a3 100755
--- a/configs/releng/root-image/arch/report-issues
+++ b/configs/releng/root-image/libre/report-issues
diff --git a/configs/releng/root-image/arch/setup b/configs/releng/root-image/libre/setup
index 908d106..908d106 100755
--- a/configs/releng/root-image/arch/setup
+++ b/configs/releng/root-image/libre/setup