diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-09-13 22:03:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-09-13 22:03:41 -0300 |
commit | 6e25655ba204eda4f11460355199bd121889ad04 (patch) | |
tree | f490653e3d4c5b833b761a7c5f1557cca7d31626 /configs/releng/root-image | |
parent | b11fa2ad388eaaa3776a3d3c99fb30d6ddb111b0 (diff) |
Rebranding
Diffstat (limited to 'configs/releng/root-image')
-rwxr-xr-x | configs/releng/root-image/etc/rc.d/pacman-init | 2 | ||||
-rw-r--r-- | configs/releng/root-image/root/install.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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 |