aboutsummaryrefslogtreecommitdiff
path: root/docs/README.bootparams
Commit message (Collapse)AuthorAgeFilesLines
* fix boot parameters for mount optionsChristian Hesse2016-02-041-2/+2
| | | | | Fixes: 03c296cb4f031148f657b8924460a30c5c9dfecc Signed-off-by: Christian Hesse <mail@eworm.de>
* add boot params archisoflags= and cow_flags= for mount optionsChristian Hesse2015-12-131-0/+4
| | | | | | | | | | | Having files on btrfs subvolumes requires to give mount options. Add boot params archisoflags= and cow_flags= for this purpose. Boot parameters could look like this: ... archisodevice=/dev/sdaX archisoflags=subvolume=isos cow_device=/dev/sdaX cow_flags=subvolume=persist ... Signed-off-by: Christian Hesse <mail@eworm.de>
* [archiso] Rename cowfile_size to cow_spacesize=Gerardo Exequiel Pozzi2015-01-271-6/+8
| | | | | | | The name is more relevant since the usage is shared for both dm-snapshot and overlayfs. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
* add documentation for cow_chunksize=Christian Hesse2015-01-021-0/+3
| | | | Signed-off-by: Christian Hesse <mail@eworm.de>
* [archiso] Merge cowspace_size= option in cowfile_size=Gerardo Exequiel Pozzi2014-12-131-6/+1
| | | | | | Since now cowspace_size == cowfile_size (only one file inside) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
* [archiso] Change cowfile_size= behaviorGerardo Exequiel Pozzi2014-10-131-9/+8
| | | | | | Move from percent to explicit size and set a default of 256M (sparse) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
* Reintroduce the possibility to force an architectureLukas Fleischer2014-08-081-0/+3
| | | | | | | | | | Among other things, 36459f3 ([archiso] Drop aitab support, 2014-06-28) removed the possibility to manually set a specific architecture by using kernel parameters. This, however, is useful, e.g. when installing Arch Linux on a device that reports itself as i586 but works fine with the i686 flavor. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
* [archiso] Drop aitab supportGerardo Exequiel Pozzi2014-06-281-6/+0
| | | | | | | Always create one filesystem of a fixed size (32G), format (ext4) and know name "airootfs". Simplify logic a lot.
* [archiso] changes for syslinux 6Gerardo Exequiel Pozzi2013-10-191-2/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Document mirror= bootparamGerardo Exequiel Pozzi2013-06-281-0/+14
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Split README fileGerardo Exequiel Pozzi2012-10-131-0/+127
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>