aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* [archiso] Update READMEGerardo Exequiel Pozzi2014-08-121-3/+3
| | | | 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-282-52/+1
| | | | | | | Always create one filesystem of a fixed size (32G), format (ext4) and know name "airootfs". Simplify logic a lot.
* [archiso] Rename root-image to airootfsGerardo Exequiel Pozzi2014-06-281-1/+1
| | | | | | Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_"
* [archiso] changes for syslinux 6Gerardo Exequiel Pozzi2013-10-193-5/+5
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] mkarchiso: use arch-install-scripts instead of own functionsGerardo Exequiel Pozzi2013-09-211-2/+3
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] README.build updateGerardo Exequiel Pozzi2013-06-281-4/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Document isohybrid-gpt boot methodGerardo Exequiel Pozzi2013-06-282-12/+12
| | | | 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] patch not needed anymoreGerardo Exequiel Pozzi2013-04-191-1/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] docs/* updateGerardo Exequiel Pozzi2013-01-312-21/+15
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Update README.buildGerardo Exequiel Pozzi2012-12-261-3/+5
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Update README.knownissuesGerardo Exequiel Pozzi2012-12-102-0/+14
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] File typo in filenameGerardo Exequiel Pozzi2012-10-261-0/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Document NTFS support (since syslinux 4.06)Gerardo Exequiel Pozzi2012-10-251-3/+5
| | | | | | | Add a note that COW is not supported since ntfs.ko module is used inside initramfs. (there is no ntfs-3g inside) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Remove fixed know-issueGerardo Exequiel Pozzi2012-10-252-7/+1
| | | | | | wooohoooo! Fixed in syslinux 4.06 :) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Split README fileGerardo Exequiel Pozzi2012-10-135-0/+505
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>