summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-15archiso/mkarchiso: use value of $arch if provided by envdual-v44.4Erich Eckner
2020-01-15configs/releng/build.sh: revert the hack from 446e5af - it does not work. We ↵dual-v43.4Erich Eckner
*must* hack mkarchiso, it seems
2020-01-15configs/releng/build.sh: use alias for `uname` to set $arch inside ↵dual-v43.3Erich Eckner
mkarchroot correctly mkarchiso calls `uname -m` *solely* to get the architecture to use the correct directory, configs, etc. - instead of patching mkarchiso, we use this hack to set ${arch} correctly inside mkarchiso
2020-01-09configs/releng/build.sh: we can run on i686, toodual-v43.2Erich Eckner
2020-01-09configs/releng/build.sh: pin architecture in per-arch pacman.confsErich Eckner
2019-11-10configs/releng/build.sh: pull mirrorlist from archlinux32.orgdual-v43.1Erich Eckner
2019-10-16Merge remote-tracking branch 'upstream/master' into dual-bootdual-v43Erich Eckner
2019-10-16Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-10-16Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-10-16Prepare releasev43Pierre Schmitz
2019-10-16FS#64049: Re-add missing packages reflecting the base group to package ↵Pierre Schmitz
transition
2019-09-03add zstd in supported squashfs compression listChristian Hesse
Signed-off-by: Christian Hesse <mail@eworm.de>
2019-05-15Merge remote-tracking branch 'upstream/master'dual-v42Erich Eckner
2019-05-15Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-05-15Merge remote-tracking branch 'upstream/master'dual-v41Erich Eckner
2019-05-15Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-05-15Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-05-15Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-05-15Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-05-01prepare releasev42Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
2019-05-01[configs/releng] Re-add wpa_supplicantGerardo Exequiel Pozzi
2019-04-26prepare releasev41Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
2019-04-26update download url for Shell.efiChristian Hesse
Signed-off-by: Christian Hesse <mail@eworm.de>
2019-04-06[configs/releng] Add iwdGerardo Exequiel Pozzi
Requested at FS#62087
2019-04-06Update packages.x86_64martindamianfernandez
wpa_actiond 404 file no found
2019-01-09make sure the root filesystem is owned by rootChristian Hesse
Signed-off-by: Christian Hesse <mail@eworm.de>
2019-01-04Merge remote-tracking branch 'upstream/master' into dual-bootdual-v40Erich Eckner
2018-12-24prepare releasev40Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
2018-12-13update download url for Shell_Full.efiChristian Hesse
https://bugzilla.tianocore.org/show_bug.cgi?id=1108 Signed-off-by: Christian Hesse <mail@eworm.de>
2018-08-28Merge remote-tracking branch 'upstream/master' into dual-bootdual-v39Erich Eckner
2018-08-25[configs/releng] Update amd-ucode license pathv39Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
2018-08-24use package amd-ucode for amd microcodeChristian Hesse
The package linux-firmware has a new split package amd-ucode. Do not build the image manually but use the package. Signed-off-by: Christian Hesse <mail@eworm.de>
2018-08-22prepare releaseGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
2018-08-18[configs/releng] Make and use amd_ucode.bin for initrd.Gerardo Exequiel Pozzi
Requested at FS#59694
2018-08-01fd228a9 introduces some "x86_64" - change it to "${arch}"dual-v38Erich Eckner
2018-08-01Merge remote-tracking branch 'upstream/master' into dual-bootErich Eckner
2018-08-01Merge remote-tracking branch 'upstream/master'Erich Eckner
2018-08-01prepare releasev38Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
2018-08-01make detection of kernel modules dir more robustEli Schwartz via arch-releng
extract `uname -r` from the contents of vmlinuz-linux rather than make assumptions about the kernel EXTRAVERSION. This is trivially customizable by changing the chosen kernel image. Fixes FS#59496 Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
2018-07-27Merge remote-tracking branch 'upstream/master' into dual-bootdual-v37Erich Eckner
2018-07-26prepare releasev37Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
2018-07-26generate pkglist with query (not sync) operationChristian Hesse
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>
2018-07-26[configs/releng] add wireless-regdb to airootfsGerardo Exequiel Pozzi
Requested at FS#59434
2018-07-02Merge remote-tracking branch 'upstream/master' into dual-bootdual-v36Erich Eckner
2018-06-29Remove cow file early for non-persistent systemsv36Christian Hesse
The kernel has an open file handle after setting up the mapping. We can remove it early to make sure it is gone on shutdown. This helps to keep the cow_device clean for non-persistent systems where cow_directory contains a version specific string. Signed-off-by: Christian Hesse <mail@eworm.de>
2018-06-28[releng] Copy custom pacman.conf to airootfsGerardo Exequiel Pozzi
2018-06-28[releng] upgrade custom pacman.confGerardo Exequiel Pozzi
2018-06-25[archiso] Drop --config when using --sysrootGerardo Exequiel Pozzi
https://lists.archlinux.org/pipermail/arch-releng/2018-June/003834.html Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
2018-06-25Merge remote-tracking branch 'upstream/master'dual-v35Erich Eckner
2018-06-25Merge remote-tracking branch 'upstream/master'Erich Eckner