summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent3b9c8db259237957933c66e72a5cfd193f87a974 (diff)
Replace: "arch" -> "parabola"
Diffstat (limited to 'docs')
-rw-r--r--docs/README.altbootmethods2
-rw-r--r--docs/README.bootparams4
2 files changed, 3 insertions, 3 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.