diff options
| author | Simon Wilper <sxw@chronowerks.de> | 2021-04-05 23:41:18 +0200 |
|---|---|---|
| committer | Simon Wilper <sxw@chronowerks.de> | 2021-05-14 19:47:25 +0200 |
| commit | 16742d12902353e13e422fbba64bb9639a3552ea (patch) | |
| tree | c4f5009a6178f8a7c646d3de28e9606757831677 /docs/README.bootparams | |
| parent | c9cdb6d4b933fcd9cd06ff7d0544a3496b9d70bc (diff) | |
| download | archiso-16742d12902353e13e422fbba64bb9639a3552ea.tar.gz archiso-16742d12902353e13e422fbba64bb9639a3552ea.tar.bz2 | |
Update README.bootparams
Explain the purpose of optionally adding the "pv" program to the package
list.
Diffstat (limited to 'docs/README.bootparams')
| -rw-r--r-- | docs/README.bootparams | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/README.bootparams b/docs/README.bootparams index bcafc0e..da1fcda 100644 --- a/docs/README.bootparams +++ b/docs/README.bootparams @@ -24,7 +24,9 @@ INDEX * archisobasedir= Set the base directory where all files reside. Default: "arch" * copytoram= If set to "y" or just "copytoram" without arguments, - all SquashFS are copied to "RAM". + all SquashFS are copied to "RAM". If you add the package + "pv" to the packages.x86_64 it is used to display the copy + progress. Default: (unset) * checksum= If set to "y" or just "checksum" without arguments, performs a self-test of all files inside ${install_dir}, |
