aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Disable yet another flag for curlHEADmasterAndreas K. Hüttel13 days2-2/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* specs/{amd64,x86}: use DATESTAMP on volidBen Kohler2024-08-274-4/+4
| | | | | | | For the new naming schemes, TIMESTAMP was exceeding the 32 char limit on volid. Let's just use DATESTAMP instead. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* Drop patch that fails to applyAndreas K. Hüttel2024-08-271-46/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* {arm64,hppa,ppc/*,sparc/sparc64}: add sys-fs/genfstabSam James2024-08-265-0/+5
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* {arm64,hppa,ppc/*,sparc/sparc64}: add sys-apps/arch-chrootSam James2024-08-265-0/+5
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* x86: Enable dist-kernel admincdIan Jordan2024-08-261-0/+236
| | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Ian Jordan <immoloism@gmail.com>
* x86: admincd genkernel enabled stage2Ian Jordan2024-08-261-0/+0
| | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Ian Jordan <immoloism@gmail.com>
* x86: dist-kernel enabled installcdIan Jordan2024-08-261-0/+243
| | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Ian Jordan <immoloism@gmail.com>
* x86: genkernel installcd stage2Ian Jordan2024-08-261-0/+0
| | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Ian Jordan <immoloism@gmail.com>
* x86: Add gentoolkit to installcd stage1Ian Jordan2024-08-261-0/+1
| | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Ian Jordan <immoloism@gmail.com>
* kconfig: Add x86 dist-kernel configIan Jordan2024-08-261-0/+26
| | | | | | | Build kernel for i486 and disable DRM building. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Ian Jordan <immoloism@gmail.com>
* Also disable quic for curl in stage3Andreas K. Hüttel2024-08-252-2/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Disable http3 for curl in stage3Andreas K. Hüttel2024-08-242-2/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* amd64 admincd: Add dist kernel supportIan Jordan2024-08-221-4/+5
| | | | | | | | Enable dist kernel support on admincd Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/releng/pull/22 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* amd64 installcd-min.spec: Convert to dist-kernelIan Jordan2024-08-222-6/+10
| | | | | | | Full dist kernel support for minimal isos matching what we had with genkernel. Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* iso: livecd-2.11 unmaskIan Jordan2024-08-221-0/+1
| | | | | | | Requires 2.11 for keymap support to be enabled. Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* amd64 dist-kernel configIan Jordan2024-08-221-0/+22
| | | | | | | Kconfig file to disable GPU drivers being enabled in sys-kernel/gentoo-kernel Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* Add specs for experimental i686 t64 buildAndreas K. Hüttel2024-08-194-0/+46
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* specs/amd64/livegui: add zfs back for dist-kernelBen Kohler2024-07-031-0/+1
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* portage/isos-x86: add busybox patch from alpine for bug 933771Ben Kohler2024-07-011-0/+46
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* specs/amd64: add kexec-tools on all isosBen Kohler2024-06-273-0/+3
| | | | | Bug: https://bugs.gentoo.org/935026 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* {kconfig,specs}/amd64: bump kconfig to 6.6.30 with kexec enabledBen Kohler2024-06-273-2/+6775
| | | | | Bug: https://bugs.gentoo.org/935026 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* specs/amd64/livegui: base livegui-stage1 on stage3-desktopBen Kohler2024-06-261-1/+1
| | | | | | | This will save a couple hundred package installs and also possibly decrese the likelihood of circular deps on this massive build. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* {specs,portage}: fork portage dir for x86Ben Kohler2024-06-2022-4/+4402
| | | | | | | New portage config dir for x86 to disable sse2-requiring things. Hopefully this is temporary. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* portage/livegui: disable python on falkonBen Kohler2024-06-141-0/+3
| | | | | | | Disable python flag on falkon to work around lack of python3_12 on its deps Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* specs/{amd64,x86}: add strace to all isos for debuggingBen Kohler2024-06-135-0/+5
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* Fix ssemath specs (nonexisting profile)Andreas K. Hüttel2024-06-112-2/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up riscv specsAndreas K. Hüttel2024-06-0110-141/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up mips specsAndreas K. Hüttel2024-06-0144-594/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up m68k specsAndreas K. Hüttel2024-06-018-100/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up loong specsAndreas K. Hüttel2024-06-016-75/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up unsuccessful hppa qemu testAndreas K. Hüttel2024-06-019-682/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up arm64 specsAndreas K. Hüttel2024-06-014-50/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up alpha specsAndreas K. Hüttel2024-06-012-23/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up x86 specsAndreas K. Hüttel2024-06-018-93/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up sparc specsAndreas K. Hüttel2024-06-014-46/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up s390 specsAndreas K. Hüttel2024-06-014-46/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up ppc(64)(le) specsAndreas K. Hüttel2024-06-0117-201/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up ia64 specsAndreas K. Hüttel2024-06-012-23/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up hppa specsAndreas K. Hüttel2024-06-014-50/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up arm64 specsAndreas K. Hüttel2024-06-0111-129/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up arm specsAndreas K. Hüttel2024-06-0120-230/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Clean up amd64 specsAndreas K. Hüttel2024-06-0123-265/+0
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* specs/amd64/livegui: switch livecd-stage2 to dist-kernelBen Kohler2024-05-132-6/+34
| | | | | | Old genkernel setup has been preserved in livecd-stage2-genkernel.spec Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* portage/livegui: enable dracut on installkernel for dist-kernelBen Kohler2024-05-131-0/+1
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* specs/amd64/livegui: add tools to prepare for dist-kernel usageBen Kohler2024-05-131-0/+3
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* releases/specs/amd64/livegui/files/fsscript-stage2.sh: Create /mnt/gentooIan Jordan2024-05-111-0/+3
| | | | | | | Fix the lack of /mnt/gentoo being created on livegui. Closes-bug: https://bugs.gentoo.org/915957 Signed-off-by: Ian Jordan <immoloism@gmail.com>
* portage/livegui: really disable harfbuzz on sdl2-ttfBen Kohler2024-05-061-1/+1
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* Merge remote-tracking branch 'github/pr/16'Andreas K. Hüttel2024-05-0412-15/+15
|\ | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
| * releases: handle sys-devel/libtool -> dev-build/libtool pkgmoveSam James2024-05-0412-15/+15
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>