summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 20:01:47 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:35 -0300
commitb5179d83c1649a8ba5a00bbaea57ed43503e4656 (patch)
tree998837b4042462077e64088e837f962474ceb776
parent3b9c8db259237957933c66e72a5cfd193f87a974 (diff)
Replace: "arch" -> "parabola"
-rw-r--r--docs/README.altbootmethods2
-rw-r--r--docs/README.bootparams4
-rw-r--r--parabolaiso/initcpio/hooks/parabolaiso4
-rwxr-xr-xparabolaiso/mkparabolaiso2
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods
index 6932652..b88b6cd 100644
--- a/docs/README.altbootmethods
+++ b/docs/README.altbootmethods
@@ -98,7 +98,7 @@ Note: Not all NIC firmware supports HTTP and DNS (if domain name is used).
Once the kernel is started from PXE, SquashFS files and other misc files
-inside "arch" directory must be loaded (second stage). One of the following
+inside "parabola" directory must be loaded (second stage). One of the following
methods can be used to serve the rest of live-medium.
* HTTP
diff --git a/docs/README.bootparams b/docs/README.bootparams
index 0f19b5b..592fd1e 100644
--- a/docs/README.bootparams
+++ b/docs/README.bootparams
@@ -20,7 +20,7 @@ INDEX
* parabolaisodevice= Set the device node where parabolaiso medium is located.
Default: "/dev/disk/by-label/${parabolaisolabel}"
* parabolaisobasedir= Set the base directory where all files reside.
- Default: "arch"
+ Default: "parabola"
* aitab= Set the path for "aitab" file.
Default: ${parabolaisobasedir}/aitab
* copytoram= If set to "y" or just "copytoram" without arguments,
@@ -56,7 +56,7 @@ INDEX
in percentage of available RAM.
Default: "75%"
* dm_snap_prefix= Set a prefix for device-mapper snapshot node names.
- Default: "arch"
+ Default: "parabola"
* arch= Force an architecture type (i686 | x86_64).
Do not set it for normal operations.
Useful for running a 64 bit kernel / 32 bit userspace.
diff --git a/parabolaiso/initcpio/hooks/parabolaiso b/parabolaiso/initcpio/hooks/parabolaiso
index 9c93db9..c23fd3d 100644
--- a/parabolaiso/initcpio/hooks/parabolaiso
+++ b/parabolaiso/initcpio/hooks/parabolaiso
@@ -104,8 +104,8 @@ run_hook() {
[[ -z "${arch}" ]] && arch="$(uname -m)"
[[ -z "${cowspace_size}" ]] && cowspace_size="75%"
[[ -z "${copytoram_size}" ]] && copytoram_size="75%"
- [[ -z "${parabolaisobasedir}" ]] && parabolaisobasedir="arch"
- [[ -z "${dm_snap_prefix}" ]] && dm_snap_prefix="arch"
+ [[ -z "${parabolaisobasedir}" ]] && parabolaisobasedir="parabola"
+ [[ -z "${dm_snap_prefix}" ]] && dm_snap_prefix="parabola"
[[ -z "${parabolaisodevice}" ]] && parabolaisodevice="/dev/disk/by-label/${parabolaisolabel}"
if [[ -z "${cowfile_size}" ]]; then
cowfile_size="100"
diff --git a/parabolaiso/mkparabolaiso b/parabolaiso/mkparabolaiso
index 78510e2..e323899 100755
--- a/parabolaiso/mkparabolaiso
+++ b/parabolaiso/mkparabolaiso
@@ -13,7 +13,7 @@ pacman_conf="/etc/pacman.conf"
export iso_label="PARABOLA_$(date +%Y%m)"
iso_publisher="Parabola GNU/Linux-libre <https://parabolagnulinux.org>"
iso_application="Parabola GNU/Linux-libre Live/Rescue CD"
-install_dir="arch"
+install_dir="parabola"
work_dir="work"
out_dir="out"