public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/arm64/
Date: Mon, 30 Dec 2024 16:16:35 +0000 (UTC)	[thread overview]
Message-ID: <1735575179.f99802ec3264103d29c3aaf1ba9e6f503370de44.dilfridge@gentoo> (raw)

commit:     f99802ec3264103d29c3aaf1ba9e6f503370de44
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Mon Dec 30 10:54:56 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 16:12:59 2024 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=f99802ec

arm64 installcd: Enable dist kernel

This enables the dist kernel on arm64 as default.

Genkernel is currently a fallback as an err to caution as we don't have enough test
with arn64 hardware at this time. I'd like to remove the fallback after 6 months.

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs/arm64/installcd-stage1.spec         |  1 +
 releases/specs/arm64/installcd-stage2-minimal.spec | 12 ++++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/releases/specs/arm64/installcd-stage1.spec b/releases/specs/arm64/installcd-stage1.spec
index 262cc0bc..1ed133cf 100644
--- a/releases/specs/arm64/installcd-stage1.spec
+++ b/releases/specs/arm64/installcd-stage1.spec
@@ -32,6 +32,7 @@ livecd/packages:
 	app-misc/screen
 	app-misc/tmux
 	app-portage/cpuid2cpuflags
+	app-portage/gentoolkit
 	app-portage/mirrorselect
 	app-shells/bash-completion
 	app-shells/gentoo-bashcomp

diff --git a/releases/specs/arm64/installcd-stage2-minimal.spec b/releases/specs/arm64/installcd-stage2-minimal.spec
index e0387aa0..16fd0711 100644
--- a/releases/specs/arm64/installcd-stage2-minimal.spec
+++ b/releases/specs/arm64/installcd-stage2-minimal.spec
@@ -12,14 +12,18 @@ livecd/fstype: squashfs
 livecd/gk_mainargs: --all-ramdisk-modules --firmware
 livecd/iso: install-arm64-minimal-@TIMESTAMP@.iso
 livecd/type: gentoo-release-minimal
-livecd/volid: Gentoo arm64 @TIMESTAMP@
+livecd/volid: Gentoo-arm64-@TIMESTAMP@
 
-boot/kernel: gentoo
+boot/kernel: gentoo fallback
 
-boot/kernel/gentoo/sources: sys-kernel/gentoo-sources
-boot/kernel/gentoo/config: @REPO_DIR@/releases/kconfig/arm64/arm64-5.15.12.config
+boot/kernel/gentoo/distkernel: yes
+boot/kernel/gentoo/dracut_args: --xz --no-hostonly -a dmsquash-live -a mdraid -o btrfs -o crypt -o i18n -o usrmount -o lunmask -o qemu -o qemu-net -o nvdimm -o multipath -o zfs -i /lib/keymaps /lib/keymaps -I busybox
 boot/kernel/gentoo/packages: --usepkg n zfs zfs-kmod
 
+boot/kernel/fallback/sources: sys-kernel/gentoo-sources
+boot/kernel/fallback/config: @REPO_DIR@/releases/kconfig/arm64/arm64-5.15.12.config
+boot/kernel/fallback/packages: --usepkg n zfs zfs-kmod
+
 livecd/unmerge:
 	app-admin/eselect
 	app-admin/eselect-ctags


             reply	other threads:[~2024-12-30 16:16 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-30 16:16 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-19 17:15 [gentoo-commits] proj/releng:master commit in: releases/specs/arm64/ Andreas K. Hüttel
2025-01-04 20:10 Andreas K. Hüttel
2024-12-30 16:16 Andreas K. Hüttel
2024-12-30 16:16 Andreas K. Hüttel
2024-12-27 19:53 Andreas K. Hüttel
2024-12-21 17:49 Andreas K. Hüttel
2023-12-19 14:05 Andreas K. Hüttel
2023-08-22 21:16 Andreas K. Hüttel
2022-12-25  2:12 Georgy Yakovlev
2022-12-25  2:12 Georgy Yakovlev
2022-12-22 21:57 Georgy Yakovlev
2022-06-25 19:18 Georgy Yakovlev
2022-01-23 22:48 Andreas K. Hüttel
2022-01-23 20:11 Andreas K. Hüttel
2022-01-20  1:17 Georgy Yakovlev
2021-07-29  4:18 Georgy Yakovlev
2021-07-26 11:40 Georgy Yakovlev
2021-07-26  7:14 Georgy Yakovlev
2021-07-26  4:20 Georgy Yakovlev
2021-07-26  3:28 Georgy Yakovlev
2021-07-25  5:02 Georgy Yakovlev
2021-07-25  4:01 Georgy Yakovlev
2021-07-25  4:01 Georgy Yakovlev
2020-08-17 22:14 Matt Turner
2020-08-17 22:14 Matt Turner
2020-08-17 22:14 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1735575179.f99802ec3264103d29c3aaf1ba9e6f503370de44.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox