commit: 3b3a06c0575fdb42292963e375c0c174f8963ba0 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Sun Mar 9 01:09:39 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Mar 9 04:37:29 2025 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3b3a06c0
Enable NetworkManager on amd64/x86 Users complain about how hard wifi is to manage during the install of Gentoo, this change will allow users to use nmtui to make this process much more easier for them and allow us to rewrite https://wiki.gentoo.org/wiki/Handbook:AMD64/Networking/Wireless which is widely agreed, no longer fit for purpose. Also turns on gpm for mouse in console Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> releases/specs/amd64/installcd-stage2-minimal.spec | 4 +++- releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/releases/specs/amd64/installcd-stage2-minimal.spec b/releases/specs/amd64/installcd-stage2-minimal.spec index 50c4a6c9..b15cd9c5 100644 --- a/releases/specs/amd64/installcd-stage2-minimal.spec +++ b/releases/specs/amd64/installcd-stage2-minimal.spec @@ -7,12 +7,14 @@ snapshot_treeish: @TREEISH@ source_subpath: 23.0-default/livecd-stage1-amd64-@TIMESTAMP@ portage_confdir: @REPO_DIR@/releases/portage/isos -livecd/bootargs: dokeymap +livecd/bootargs: dokeymap nodhcp livecd/fstype: squashfs livecd/iso: install-amd64-minimal-@[email protected] livecd/type: gentoo-release-minimal livecd/volid: Gentoo-amd64-@DATESTAMP@ +livecd/rcadd: dbus|default gpm|default NetworkManager|default + boot/kernel: gentoo boot/kernel/gentoo/distkernel: yes diff --git a/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec b/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec index 42db23c4..08f93cd0 100644 --- a/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec +++ b/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec @@ -7,13 +7,15 @@ snapshot_treeish: @TREEISH@ source_subpath: 23.0-default/livecd-stage1-i486-openrc-@TIMESTAMP@ portage_confdir: @REPO_DIR@/releases/portage/isos-x86 -livecd/bootargs: dokeymap +livecd/bootargs: dokeymap nodhcp #livecd/cdtar: /usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2 livecd/fstype: squashfs livecd/iso: install-x86-minimal-@[email protected] livecd/type: gentoo-release-minimal livecd/volid: Gentoo-x86-@DATESTAMP@ +livecd/rcadd: dbus|default gpm|default NetworkManager|default + boot/kernel: gentoo boot/kernel/gentoo/distkernel: yes
