index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-27 | [archiso] Add optional OverlayFS support | Gerardo Exequiel Pozzi | |
This is the first attemp to test overlayfs in archiso. The current dm-snapshot mode is keep and is enabled by default, while the new mode is enabled via "-s sfs" to mkarchiso. No new boot parameters are added, since archiso hooks detects if the .sfs file is for dm-snapshot (airootfs.img inside) or for overlayfs. Persistence is supported in overlayfs mode using the same options (cowlabel or cowdevice), but warning while in dm-snapshot mode, only one file is used (airootfs.cow), in overlayfs mode internal files for workdir/ and upperdir/ are allocated, so you can not use VFAT or NTFS. To test this, you need to enable [testing] in pacman.conf from releng profile and edit build.sh then add "-s sfs" in make_prepare() Look at: setarch ${arch} mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" prepare Replace with: setarch ${arch} mkarchiso ${verbose} -w "${work_dir}" -s sfs -D "${install_dir}" prepare The build requires just half of space that the build for dm-snapshot, since there is no ext4 img ;) Just to remember: there is no space gain in .sfs (just about 2M) There is at least one thing during boot with machine-id service: Dec 24 03:31:39 archiso systemd-machine-id-commit[183]: Failed to unmount transient /etc/machine-id file in our private namespace: Invalid argument Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
2014-10-13 | [archiso] Change cowfile_size= behavior | Gerardo Exequiel Pozzi | |
Move from percent to explicit size and set a default of 256M (sparse) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | |||
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-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> | |||
2012-08-25 | [archiso] Rework Makefile / Reorder files | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2008-09-06 | Split mkarchiso and configs into logical parts | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-06-20 | One more ide-cd fix | Simo Leone | |
I missed a hook last time, so it was producing some scary, but harmless output. Signed-off-by: Simo Leone <simo@archlinux.org> | |||
2008-05-17 | Changed ide-cd to ide-cd_mod | Simo Leone | |
Damnit 2.6.25 Signed-off-by: Simo Leone <simo@archlinux.org> | |||
2008-05-17 | Added loop module to archiso hook | Simo Leone | |
Loopbacks became a module in 2.6.25. Signed-off-by: Simo Leone <simo@archlinux.org> | |||
2008-04-02 | Add USB modules to boot-cd hooks | Simo Leone | |
This should allow the disk to find itself on external CD-ROM drives. Signed-off-by: Simo Leone <simo@archlinux.org> | |||
2007-10-10 | Update vim modelines on most files | Dan McGee | |
Move the vim modelines to the bottom, and add the tab settings. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-10-09 | Got archiso into working condition | Simo Leone | |
Several small changes just as a shim to get everything to work. Signed-off-by: Simo Leone <simo@archlinux.org> | |||
2006-09-29 | git-svn-id: http://phraktured.net/archiso@15 ↵ | Aaron Griffin | |
00a9fe69-e71b-0410-bb23-df0e5024db41 |