- 28 Jun, 2018 2 commits
-
-
Gerardo Exequiel Pozzi authored
-
Gerardo Exequiel Pozzi authored
-
- 24 Jun, 2018 3 commits
-
-
Gerardo Exequiel Pozzi authored
Implement FS#54126
-
Gerardo Exequiel Pozzi authored
-
Gerardo Exequiel Pozzi authored
-
- 23 Jun, 2018 2 commits
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
Gerardo Exequiel Pozzi authored
Fix for FS#58473 Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 08 Jun, 2018 1 commit
-
-
Li-Yu Yu via arch-releng authored
Since 2018-06-05: speedtouch 1.3.1-6 has been removed from the [extra] repository. https://www.archlinux.org/packages/extra/x86_64/speedtouch/ Signed-off-by:
Li-Yu Yu <afg984@gmail.com>
-
- 16 Apr, 2018 1 commit
-
-
Eli Schwartz via arch-releng authored
Fixes FS#58239 Signed-off-by:
Eli Schwartz <eschwartz@archlinux.org>
-
- 02 Nov, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 01 Nov, 2017 1 commit
-
-
Pierre Schmitz authored
-
- 02 Mar, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 12 Feb, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 23 Jan, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Only avoid build i686. The syslinux config files for i686 are still present. This implies that a i686 entry will be present but not working. In another patch, this can be removed if desired. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 07 Dec, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
We reached the upper limit again [#1], increasing sufficiently to do not touch again in long time. [#1] 526be157 Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 23 Oct, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 31 May, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
Requested at FS#49526 Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 15 May, 2016 2 commits
-
-
Gerardo Exequiel Pozzi authored
Thanks Daniel Hillenbrand.
-
Gerardo Exequiel Pozzi authored
Thanks Philip Müller. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 13 May, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
Should be fixed FS#49314 first
-
- 12 May, 2016 1 commit
-
-
Christian Hesse authored
Starting with dosfstools 4.0-1 the mkfs executable is called 'mkfs.fat'. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 15 Mar, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
Requested at FS#48591 Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 02 Mar, 2016 2 commits
-
-
Gerardo Exequiel Pozzi authored
Current build leaves ~800K free of 31M in the FAT filesystem, adding 9M. Going beyond 65535 sectors of 512-byte is a bit special, but works for EFI. Image size is reported a zero in boot catalog, but xorriso does a good job, and writes right value in hybrid-partition. Tested booting in qemu in both modes (cd-rom and hybrid) and works fine. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
Gerardo Exequiel Pozzi authored
FS#48382
-
- 28 Feb, 2016 1 commit
-
-
Thomas Bächler authored
A new option -g <keyid> is added to build.sh set the key id. If it is set, the squashfs files will be signed by gpg and the gpg key will be added to archiso.img. In order to use this option, a gpg agent must be running. Since build.sh is executed as root, it may be necessary to set the GNUPGHOME environment variable, for example $ su -c "GNUPGHOME=/home/youruser/.gnupg /path/to/build.sh -g yourkeyid"
-
- 12 Sep, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 12 Aug, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 20 Jul, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 18 Jul, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 09 Jul, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
Requested at FS#45563 Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 25 Jun, 2015 2 commits
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
Gerardo Exequiel Pozzi authored
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>
-
- 19 Apr, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 17 Apr, 2015 2 commits
-
-
Gerardo Exequiel Pozzi authored
Fix FS#44620, reported by Lukas B. Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 21 Dec, 2014 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 01 Nov, 2014 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 29 Oct, 2014 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 02 Sep, 2014 1 commit
-
-
Thomas Bächler authored
This makes systemd generate a machine-id on early boot and prevents it from thinking we need any "first boot" setup. We really don't want systemd thinking that, since we carefully prepared our root file system. This also ensures every live environment has a unique machine id.
-