summaryrefslogtreecommitdiff
path: root/configs/releng/root-image
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/root-image')
-rw-r--r--configs/releng/root-image/etc/hosts4
-rw-r--r--configs/releng/root-image/etc/rc.d/functions.d/symlink_used_block_devices7
-rw-r--r--configs/releng/root-image/root/install.txt2
3 files changed, 10 insertions, 3 deletions
diff --git a/configs/releng/root-image/etc/hosts b/configs/releng/root-image/etc/hosts
index d23291e..0b6242f 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 parabola
+::1 localhost.localdomain localhost parabola
# End of file
diff --git a/configs/releng/root-image/etc/rc.d/functions.d/symlink_used_block_devices b/configs/releng/root-image/etc/rc.d/functions.d/symlink_used_block_devices
new file mode 100644
index 0000000..f6b6062
--- /dev/null
+++ b/configs/releng/root-image/etc/rc.d/functions.d/symlink_used_block_devices
@@ -0,0 +1,7 @@
+symlink_used_block_devices()
+{
+ mkdir /run/aif
+ ln -s /run/archiso/used_block_devices /run/aif/ignore_block_devices
+}
+
+add_hook multi_end symlink_used_block_devices
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