index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Hesse <mail@eworm.de> | 2016-02-02 15:45:48 +0100 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2016-02-04 23:13:28 -0300 |
commit | 98c50484705c3e24fc907187e71d5bd03cf6fe5b (patch) | |
tree | 39a4a6736bff45276514ab9838ab0503cbd1d7d1 /docs | |
parent | e7ea394e5181de37a403b29e55d89afc34fdb867 (diff) |
-rw-r--r-- | docs/README.bootparams | 4 |
diff --git a/docs/README.bootparams b/docs/README.bootparams index 9737554..77161df 100644 --- a/docs/README.bootparams +++ b/docs/README.bootparams @@ -21,8 +21,6 @@ INDEX Default: (unset) * archisodevice= Set the device node where archiso medium is located. Default: "/dev/disk/by-label/${archisolabel}" -* archisoflags= Set extra mount options, e.g. for btrfs subvolumes. - Default: defaults * archisobasedir= Set the base directory where all files reside. Default: "arch" * copytoram= If set to "y" or just "copytoram" without arguments, @@ -125,6 +123,8 @@ INDEX Default: (unset) * img_dev= Device where archiso-image.iso reside. Default: (unset) or "/dev/disk/by-label/${img_label}" +* img_flags= Set extra mount options, e.g. for btrfs subvolumes. + Default: defaults * img_loop= Full path where archiso-image.iso is located on ${img_dev} Default: (unset) |