From 6e25655ba204eda4f11460355199bd121889ad04 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 13 Sep 2012 22:03:41 -0300 Subject: Rebranding --- configs/releng/root-image/etc/rc.d/pacman-init | 2 +- configs/releng/root-image/root/install.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/releng/root-image') diff --git a/configs/releng/root-image/etc/rc.d/pacman-init b/configs/releng/root-image/etc/rc.d/pacman-init index bbbd719..596fe30 100755 --- a/configs/releng/root-image/etc/rc.d/pacman-init +++ b/configs/releng/root-image/etc/rc.d/pacman-init @@ -6,7 +6,7 @@ case "$1" in start) stat_busy "Initializing pacman keyring" - if { pacman-key --init && pacman-key --populate archlinux; } &>/dev/null; then + if { pacman-key --init && pacman-key --populate archlinux && pacman-key --populate parabola; } &>/dev/null; then add_daemon pacman-init stat_done else diff --git a/configs/releng/root-image/root/install.txt b/configs/releng/root-image/root/install.txt index 3c8f171..e1f57ad 100644 --- a/configs/releng/root-image/root/install.txt +++ b/configs/releng/root-image/root/install.txt @@ -1,3 +1,3 @@ View this installation guide online at -https://wiki.archlinux.org/index.php/Installation_Guide +https://wiki.parabolagnulinux.org/Installation_Guide -- cgit v1.2.3-54-g00ecf