aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* specs/alpha: Ship sys-fs/dmraid on the livecdMatt Turner2018-10-091-1/+1
| | | | | | | Expected to fix the livecd build which is currently failing with Error: --dmraid requires sys-fs/dmraid to be installed on the host system.
* specs/ppc: Replace fwcutter with actual firmwareMatt Turner2018-09-191-2/+2
| | | | | | | With the mirror restriction lifted, we can actually ship this on install CDs. Bug: https://bugs.gentoo.org/666588
* specs/sparc: bump main sparc specs to 17.0 profilesBen Kohler2018-09-195-5/+5
|
* specs/ppc: Add sys-apps/lm_sensorsMatt Turner2018-09-181-0/+1
|
* specs/ppc: Readd net-wireless/{b43,bcm43xx}-fwcutterMatt Turner2018-09-181-0/+2
|
* specs/alpha: Build stage3 from stage1Matt Turner2018-09-171-1/+1
|
* specs/alpha: Switch stages to 17.0 profileMatt Turner2018-09-176-6/+6
|
* specs/ppc: Build stage3 from stage1Matt Turner2018-09-153-3/+3
|
* specs/ppc: Build the powerpc iso using the ppc profileMatt Turner2018-09-152-14/+11
|
* specs/ppc: Remove "64ul" from stage namesMatt Turner2018-09-153-6/+6
|
* specs/hppa: Build stage3 from stage1Matt Turner2018-09-142-2/+2
| | | | | | stage2 runs bootstrap.sh, which made sense when gcc had a build/bootstrap USE flags that were set in stage1 and 2. But gcc is fully built in stage1 now, making stage2 a waste of time.
* specs/ppc: Use isos portage_confdir for installcd stagesMatt Turner2018-09-132-0/+2
|
* specs/ppc: Switch to new 4.14 kconfigsMatt Turner2018-09-131-3/+3
|
* specs/ppc: Switch from yaboot to grubMatt Turner2018-09-132-2/+1
|
* specs/ppc: Update packages and clean up listMatt Turner2018-09-132-41/+6
|
* specs/ppc: Use update_seed in stage1Matt Turner2018-09-133-0/+5
|
* specs/ppc: Compress with pixzMatt Turner2018-09-1313-0/+26
|
* specs/ppc: Switch stages to 17.0 profileMatt Turner2018-09-1313-13/+13
|
* specs/alpha: Use isos portage_confdir for installcd stagesMatt Turner2018-09-082-0/+2
|
* specs/hppa: Use isos portage_confdir for installcd stagesMatt Turner2018-09-072-0/+2
| | | | | | | | | | | | | | Avoids the following failure: The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by dev-python/cryptography-2.2.2-r1::gentoo[-libressl] # required by dev-python/urllib3-1.22::gentoo # required by dev-python/requests-2.18.4-r1::gentoo # required by dev-python/ssl-fetch-0.4::gentoo # required by app-portage/mirrorselect-2.2.3::gentoo # required by app-portage/mirrorselect (argument) >=dev-libs/openssl-1.0.2o-r3 -bindist
* specs/hppa: Switch stages to 17.0 profileMatt Turner2018-09-0711-11/+11
|
* specs/hppa: Set pkgcache_dirMatt Turner2018-09-0710-0/+10
| | | | | hake is very slow (gcc takes more than a day), so reusing the packages will save huge amounts of time.
* Add initial stage4 spec based on amd64 spec.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-09-061-0/+68
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Sync spec variables order with other arches.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-09-063-3/+3
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* specs/x86/*cd-stage2.spec: update source_subpath for subarch changeBen Kohler2018-08-282-2/+2
|
* specs/x86/*cd*: adjust subarch to match seed stageBen Kohler2018-08-284-4/+4
| | | | | | | On a few x86 livecd specs we are feeding i486 or i686 seed stage but using "subarch: x86". This subarch results in i386 CHOST in make.conf which causes some various problems. Adjusting subarch to match the seed will ensure there is no "CHOST change" situation.
* specs/{amd64,x86}/hardened: comment cdtar to enable UEFI bootloaderBen Kohler2018-08-244-4/+4
|
* specs/{amd64,x86}/installcd-minimal-stage2.spec: comment out cdtarBen Kohler2018-08-212-2/+2
| | | | | | | As of catalyst-3.0.2, with USE=system-bootloader we can omit cdtar from livecd-stage2 specs and catalyst will generate the required bootloader files. This gives us an updated isolinux & memtest86+, and also adds UEFI grub for amd64.
* specs: more firmware-related fixes on amd64/x86 livecdsBen Kohler2018-08-0212-52/+31
| | | | | | | | | | Several changes here: -Fix sorting on previous addition, and elsewhere -Move several firmwares from net-wireless/ to sys-firmware/ -Remove obsolete prism54-firmware -Remove iwl* firmware (bundled in linux-firmware) -Add linux-firmware where it's missing
* specs: add ipw2{1,2}00-firmware on a few more installcdsBen Kohler2018-08-025-0/+10
| | | | | | Some of our livecd specs already have these firmwares but they're missing on our minimal installcds. Adding these, since this is still fairly common (albeit old) hw.
* specs/{amd64,x86}/installcd-stage2*: bump kconfig to 4.14.52Ben Kohler2018-07-312-2/+2
|
* specs/sparc: use replace pixz with xz compressionBen Kohler2018-07-203-3/+3
| | | | | Default compression mode for pixz tries to allocate too much memory for sparc's 32bit userland, use plain slow xz for now.
* specs: add sys-apps/sandbox to *cd*stage2* livecd/unmergeBen Kohler2018-07-1312-13/+12
|
* specs: change man to man-db in livecd/unmergeBen Kohler2018-07-1314-14/+14
| | | | | Default for virtual/man was changed to man-db back in 2014 but our specs still have the old default sys-apps/man in livecd/unmerge. Fixed.
* specs/amd64/installcd-stage1.spec: force rebuild of glibc for -multilib*Ben Kohler2018-07-131-0/+2
|
* specs: empty /usr/include on isosBen Kohler2018-07-1312-0/+12
|
* specs: add /boot to livecd/empty to work around bug 661084Ben Kohler2018-07-1312-0/+12
| | | | | | | | | Due to bug 661084, the /boot/System* and other wildcard matches in livecd/rm are not functional. This causes us to ship a duplicate copy of kernel/initramfs, wasting space. I've added /boot to livecd/empty to work around this for now. I only added this to specs where /boot/* things were already in livecd/rm.
* specs: add binutils to livecd/unmerge on remaining archesBen Kohler2018-07-136-0/+6
|
* specs: some fixes to livecd/rm for sys-apps/portage toolsBen Kohler2018-07-1312-12/+48
|
* specs: remove unused USE flags from livecdsBen Kohler2018-07-1234-131/+4
|
* specs: remove rfkill as it's been absorbed into util-linuxBen Kohler2018-07-116-6/+0
| | | | | Remove rfkill on arches where >util-linux-2.31 is stable, as these newer versions now include rfkill (and block the rfkill pkg)
* s390x/netboot: enable static-libs on util-linux for genkernelBen Kohler2018-07-111-0/+1
|
* s390/netboot: enable static-libs on util-linux for genkernelBen Kohler2018-07-111-0/+1
|
* sparc: modernize stage* specsBen Kohler2018-07-103-8/+21
| | | | | This commit brings the sparc stage* specs in line with current amd64/x86 specs. It also addes catalyst-3 features.
* sparc: modernize installcd specs & kernel configBen Kohler2018-07-102-57/+39
| | | | | | This commit brings the sparc installcd-* specs closely in line with current x86/amd64 specs on package lists & format. It also adds catalyst-3 features. Finally, an updated kconfig is added.
* specs: add usbutils to amd64/x86 admincd/installcdBen Kohler2018-07-105-0/+7
| | | | | | | | Add usbutils, this is an important tool during installation to bring up usb networking and other harware, before installation can start. Also add pciutils explicitly, we get it as a dep already but this is an important tool during install as well, we use it directly.
* Use isos portage confdir for the stage 4 specs.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-07-084-4/+4
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* remove unneeded/obsolete gk_mainargs from *cd-stage2*.specBen Kohler2018-06-2715-15/+2
| | | | | | | | | | There is no reason for the livecd initramfs to need to be able to open mdraid/dmraid/lvm arrays, so we can remove this support from the genkernel call. The livecds will still have all the tools needed to create/maintain/use these kinds of volumes later. Modern genkernel also autodetects makeopts so we do not need to set that explicitly.
* releases/weekly/specs/*/*cd-stage1.spec: remove dead ntlmaps pkgBen Kohler2018-04-0916-16/+0
| | | | | | | net-proxy/ntlmaps was removed from ::gentoo in 2016 [1], time to remove it from installcd package list. [1] https://gitweb.gentoo.org/repo/gentoo.git/commit/net-proxy/ntlmaps?id=031ceb4bc4a53dca5c20906459ff08b8c48f7c5e
* simplify minimal stage4sMatthew Thode2018-03-224-8/+4
|