index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Hesse <mail@eworm.de> | 2015-12-13 15:18:39 +0100 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2015-12-13 12:21:43 -0300 |
commit | e7ea394e5181de37a403b29e55d89afc34fdb867 (patch) | |
tree | 884fbefaed2abdf1c9ee5d5315310de15740ae09 /docs | |
parent | c7fb001a372b226e6cc606a91e7d396b7424c021 (diff) |
-rw-r--r-- | docs/README.bootparams | 4 |
diff --git a/docs/README.bootparams b/docs/README.bootparams index 356375d..9737554 100644 --- a/docs/README.bootparams +++ b/docs/README.bootparams @@ -21,6 +21,8 @@ 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, @@ -35,6 +37,8 @@ INDEX Default: (unset) * cow_device= Like cow_label= but using device node. Default: (unset) or "/dev/disk/by-label/${cow_label}" +* cow_flags= Set extra mount options, e.g. for btrfs subvolumes. + Default: defaults * cow_directory= Set a directory inside ${cow_device}. Default: "/persistent_${archisolabel}/${arch}" * cow_persistent= Set if snapshot is persistent "P" or non-persistent "N". |