index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> |