- 26 Jul, 2018 1 commit
-
-
Christian Hesse authored
Using the sync operation with list option fails with --sysroot when signed database files are around. Instead use the query operation, which uses the local databases of installed pakages only. The only downside is that we do no longer record the originating repository. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 25 Jun, 2018 1 commit
- 24 Jun, 2018 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 23 Jun, 2018 1 commit
-
-
Gerardo Exequiel Pozzi authored
Fix for FS#58473 Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 17 Jun, 2018 1 commit
-
-
Sean Enck via arch-releng authored
The '-d' in pacstrap is a noop nowadays, keeping it may cause confusion Signed-off-by:
Sean Enck <enckse@gmail.com>
-
- 18 Oct, 2017 1 commit
-
-
Christian Hesse authored
Nobody wants to use md5 these days... Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 02 Mar, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
FS#48382
-
- 28 Feb, 2016 1 commit
-
-
Thomas Bächler authored
A new option -g <keyid> is added to set the key id. The squashfs files are only signed if this option is set.
-
- 28 Sep, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
If old behaviour is needed use "... -s sfs prepare". Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 21 Apr, 2015 1 commit
-
-
Christian Hesse authored
I see cases where a stale loop device stays around and fills up my partition as image file is still in use and does not get unlinked. Explicitly detach loop device on umount to fix that. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 27 Jan, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
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>
-
- 22 Aug, 2014 1 commit
-
-
Gerardo Exequiel Pozzi authored
Remove unused feature, just to save space sizeof ext4 image (empty): 4.3M vs 403K (du airootfs.img) sizeof used space (empty): 48M vs 20K (df) Thanks Christian Hesse for initial tip. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 28 Jun, 2014 13 commits
-
-
Gerardo Exequiel Pozzi authored
-
Gerardo Exequiel Pozzi authored
This is done better with run_once() in build.sh
-
Gerardo Exequiel Pozzi authored
This is done better with run_once() in build.sh
-
Gerardo Exequiel Pozzi authored
-
Gerardo Exequiel Pozzi authored
This is a task done in some way by run_once() on build.sh
-
Gerardo Exequiel Pozzi authored
Also remove _show_space_usage() irrelevant now when fs size is fixed and big
-
Gerardo Exequiel Pozzi authored
-
Gerardo Exequiel Pozzi authored
* Make it ISO9660 friendly (extra dot "." is replaced by "_") * Was used when support both .fs.sfs and .sfs
-
Gerardo Exequiel Pozzi authored
Always create one filesystem of a fixed size (32G), format (ext4) and know name "airootfs". Simplify logic a lot.
-
Gerardo Exequiel Pozzi authored
-
Gerardo Exequiel Pozzi authored
There is no big overhead. Space usage in ext4-1G is ~0.4M while in ext4-32G is ~4M. Just use a big value to make all people happy.
-
Gerardo Exequiel Pozzi authored
-
Gerardo Exequiel Pozzi authored
Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_"
-
- 02 Oct, 2013 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- 21 Sep, 2013 2 commits
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- 20 Jun, 2013 1 commit
-
-
Gerardo Exequiel Pozzi authored
Tested and works fine under qemu using seabios and ovmf $ qemu-system-x86_64 -enable-kvm -drive file=~/archlinux-2013.06.20-dual.iso $ qemu-system-x86_64 -enable-kvm -drive file=~/archlinux-2013.06.20-dual.iso,media=cdrom $ qemu-system-x86_64 -enable-kvm -bios ~/arch/OVMF/bios.bin -drive file=~/archlinux-2013.06.20-dual.iso $ qemu-system-x86_64 -enable-kvm -bios ~/arch/OVMF/bios.bin -drive file=~/archlinux-2013.06.20-dual.iso,media=cdrom Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- 03 Mar, 2013 1 commit
-
-
Gerardo Exequiel Pozzi authored
Fix FS#34075 Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- 16 Dec, 2012 2 commits
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- 10 Dec, 2012 2 commits
-
-
Gerardo Exequiel Pozzi authored
Ensure that all inode table is initialized at filesystem creation. (Anyway filesystem is small, so at first mount is may quickly initialized) This avoid possible COW usage during runtime ;) Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- 24 Oct, 2012 3 commits
-
-
Gerardo Exequiel Pozzi authored
This was recently enabled in [systemd] package. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Exequiel Pozzi authored
/tmp is mounted as tmpfs since archiso implements own chroot code. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Exequiel Pozzi authored
/etc/mtab symlink is part of [filesystem] since long time Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- 01 Aug, 2012 1 commit
-
-
Gerardo Exequiel Pozzi authored
It does not make sense, since filesystem inside the imege is re-formated. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- 20 Jul, 2012 1 commit
-
-
Gerardo Exequiel Pozzi authored
Implements FS#30378 Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- 30 May, 2012 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-