summaryrefslogtreecommitdiff
path: root/docs/README.bootparams
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.bootparams')
-rw-r--r--docs/README.bootparams56
1 files changed, 28 insertions, 28 deletions
diff --git a/docs/README.bootparams b/docs/README.bootparams
index 13e1ead..0f19b5b 100644
--- a/docs/README.bootparams
+++ b/docs/README.bootparams
@@ -2,27 +2,27 @@ INDEX
-----
* Boot parameters (initramfs stage)
- * hooks/archiso
- * hooks/archiso_pxe_common
- * hooks/archiso_pxe_nbd
- * hooks/archiso_pxe_http
- * hooks/archiso_pxe_nfs
- * hooks/archiso_loop_mnt
+ * hooks/parabolaiso
+ * hooks/parabolaiso_pxe_common
+ * hooks/parabolaiso_pxe_nbd
+ * hooks/parabolaiso_pxe_http
+ * hooks/parabolaiso_pxe_nfs
+ * hooks/parabolaiso_loop_mnt
*** Boot parameters (initramfs stage)
-** hooks/archiso
+** hooks/parabolaiso
-* archisolabel= Set the filesystem label where archiso files reside.
+* parabolaisolabel= Set the filesystem label where parabolaiso files reside.
Default: (unset)
-* archisodevice= Set the device node where archiso medium is located.
- Default: "/dev/disk/by-label/${archisolabel}"
-* archisobasedir= Set the base directory where all files reside.
+* 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"
* aitab= Set the path for "aitab" file.
- Default: ${archisobasedir}/aitab
+ Default: ${parabolaisobasedir}/aitab
* copytoram= If set to "y" or just "copytoram" without arguments,
all SquashFS are copied to "RAM".
Default: (unset)
@@ -37,7 +37,7 @@ INDEX
must be stored.
Default: (unset) or "/dev/disk/by-label/${cow_label}"
* cow_directory= Set a directory inside ${cow_device}.
- Default: "/persistent_${archisolabel}/${arch}"
+ Default: "/persistent_${parabolaisolabel}/${arch}"
* cow_persistent= Set if snapshots are persistent "P" or non-persistent "N".
Default: "N" (if no ${cow_device} is used) otherwise "P".
* cowspace_size= Set the size of tmpfs /cowspace. This space is used for
@@ -63,7 +63,7 @@ INDEX
Default: (architecture of running kernel)
-** hooks/archiso_pxe_common
+** hooks/parabolaiso_pxe_common
* ip= This parameter is setup automatically by PXELINUX
when option "IPAPPEND" is set to 1 or 2 in config.
@@ -78,31 +78,31 @@ INDEX
Default: "y"
-** hooks/archiso_pxe_nbd
+** hooks/parabolaiso_pxe_nbd
-* archiso_nbd_name= Set NBD export name used by the server.
- Default: archiso
-* archiso_nbd_srv= Set an IP address where NBD reside.
+* parabolaiso_nbd_name= Set NBD export name used by the server.
+ Default: parabolaiso
+* parabolaiso_nbd_srv= Set an IP address where NBD reside.
If ${pxeserver} is used, PXE IP will be used.
Default: (unset)
-** hooks/archiso_pxe_http
+** hooks/parabolaiso_pxe_http
-* archiso_http_srv= Set an HTTP URL (must end with /) where ${archisobasedir}
+* parabolaiso_http_srv= Set an HTTP URL (must end with /) where ${parabolaisobasedir}
is found with all *.sfs files.
In the IP/domain part if ${pxeserver} is used, use PXE IP.
Default: (unset)
-* archiso_http_spc= Set the size of tmpfs where *.sfs files are downloaded.
+* parabolaiso_http_spc= Set the size of tmpfs where *.sfs files are downloaded.
Default: "75%"
-** hooks/archiso_pxe_nfs
+** hooks/parabolaiso_pxe_nfs
-* archiso_nfs_srv= Set the NFS-IP:/path of the server
+* parabolaiso_nfs_srv= Set the NFS-IP:/path of the server
In the IP part if ${pxeserver} is used, PXE IP will be used.
Default: (unset)
-* archiso_nfs_opt= Set NFS mount options separated by comma.
+* parabolaiso_nfs_opt= Set NFS mount options separated by comma.
Default: (unset, see below)
These are the implicit options:
port = as given by server portmap daemon
@@ -117,11 +117,11 @@ INDEX
flags = hard, nointr, noposix, cto, ac
-** hooks/archiso_loop_mnt
+** hooks/parabolaiso_loop_mnt
-* img_label= Set the filesystem label where archiso-image.iso.
+* img_label= Set the filesystem label where parabolaiso-image.iso.
Default: (unset)
-* img_dev= Device where archiso-image.iso reside.
+* img_dev= Device where parabolaiso-image.iso reside.
Default: (unset) or "/dev/disk/by-label/${img_label}"
-* img_loop= Full path where archiso-image.iso is located on ${img_dev}
+* img_loop= Full path where parabolaiso-image.iso is located on ${img_dev}
Default: (unset)