index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-08 | Reintroduce the possibility to force an architecture | Lukas Fleischer | |
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> | |||
2014-07-26 | [archiso] Remove workwaround for nls/vfat | Gerardo Exequiel Pozzi | |
The proper fix in now in mkinitcpio-18 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2014-06-28 | [archiso] Rework checksum function | Gerardo Exequiel Pozzi | |
2014-06-28 | [archiso] rename airootfs.fs.sfs to airootfs.sfs | Gerardo Exequiel Pozzi | |
* Make it ISO9660 friendly (extra dot "." is replaced by "_") * Was used when support both .fs.sfs and .sfs | |||
2014-06-28 | [archiso] Drop aitab support | Gerardo Exequiel Pozzi | |
Always create one filesystem of a fixed size (32G), format (ext4) and know name "airootfs". Simplify logic a lot. | |||
2014-05-21 | [archiso] Add nls_iso8859-1 to initramfs. | Gerardo Exequiel Pozzi | |
Fix FS#40217 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2013-01-08 | [archiso] Avoid integer overflow when .fs is > 10.2G | Gerardo Exequiel Pozzi | |
2012-10-16 | [archiso] Allow set copytoram=n for NBD/NFS | Gerardo Exequiel Pozzi | |
On low memory systems installing via PXE is not possible. Do not force copytoram=y for NFS/NDB. Broken/hang things: * On shutdown. * On run-time if some network settings changed. Implements FS#32006. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2012-10-13 | [archiso] Introduce cowfile_size= bootparam | Gerardo Exequiel Pozzi | |
If not set, nothing is changed in current behaviour. Since dm-snapshot allows to use as "COW" a file with any size, without caring about the the size of "origin", we can avoid creating a "COW" file of the same size as the "origin". This is really useful, when using as cow_device= a filesystem that is VFAT where sparse files are not supported, so if root-image.fs is 1000M, passing cowfile_size=25% will create a root-image.cow of 250M instead of 1000M. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2012-10-06 | Revert "Fix typo in shebang" | Pierre Schmitz | |
This reverts commit 6f68bec907f5fbfdd1e73be8812ea0ff925965aa. Using ash was actually correct as only this shell is available in initramfs. It was the commit message of 27940c420f01f550f36c3aa25633b43a4f2a2069 that was wrong | |||
2012-10-06 | Fix typo in shebang | Pierre Schmitz | |
2012-10-06 | Use tmpfs for /etc/pacman.d/gnupg instead of a symlink to /run | Pierre Schmitz | |
This fixes FS#31815 Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2012-08-25 | [archiso] Rework Makefile / Reorder files | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> |