Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable NetworkManager to installcds #27

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion releases/portage/isos-x86/package.use/wpa_supplicant
Original file line number Diff line number Diff line change
@@ -1 +1 @@
net-wireless/wpa_supplicant tkip wps
net-wireless/wpa_supplicant tkip wps dbus
2 changes: 1 addition & 1 deletion releases/portage/isos/package.use/wpa_supplicant
Original file line number Diff line number Diff line change
@@ -1 +1 @@
net-wireless/wpa_supplicant tkip wps
net-wireless/wpa_supplicant tkip wps dbus
1 change: 1 addition & 0 deletions releases/specs/amd64/hardened/admincd-stage1.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ livecd/packages:
net-misc/dhcpcd
net-misc/iputils
net-misc/ndisc6
net-misc/networkmanager
net-misc/openssh
net-misc/rdate
net-misc/rsync
Expand Down
2 changes: 2 additions & 0 deletions releases/specs/amd64/hardened/admincd-stage2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ livecd/iso: admincd-amd64-@[email protected]
livecd/type: gentoo-release-minimal
livecd/volid: Gentoo-amd64-AdminCD-@DATESTAMP@

livecd/rcadd: dbus|default NetworkManager|default

boot/kernel: gentoo

boot/kernel/gentoo/distkernel: yes
Expand Down
1 change: 1 addition & 0 deletions releases/specs/amd64/installcd-stage1.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ livecd/packages:
net-misc/dhcpcd
net-misc/iputils
net-misc/ndisc6
net-misc/networkmanager
net-misc/openssh
net-misc/rdate
net-misc/rsync
Expand Down
4 changes: 3 additions & 1 deletion releases/specs/amd64/installcd-stage2-minimal.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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 NetworkManager|default

boot/kernel: gentoo

boot/kernel/gentoo/distkernel: yes
Expand Down
1 change: 1 addition & 0 deletions releases/specs/arm64/installcd-stage1.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ livecd/packages:
net-misc/chrony
net-misc/dhcpcd
net-misc/iputils
net-misc/networkmanager
net-misc/ndisc6
net-misc/openssh
net-misc/rdate
Expand Down
4 changes: 3 additions & 1 deletion releases/specs/arm64/installcd-stage2-minimal.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ snapshot_treeish: @TREEISH@
source_subpath: 23.0-default/livecd-stage1-arm64-@[email protected]
portage_confdir: @REPO_DIR@/releases/portage/isos

livecd/bootargs: dokeymap
livecd/bootargs: dokeymap nodhcp
livecd/fstype: squashfs
livecd/gk_mainargs: --all-ramdisk-modules --firmware
livecd/iso: install-arm64-minimal-@[email protected]
livecd/type: gentoo-release-minimal
livecd/volid: Gentoo arm64 @TIMESTAMP@

livecd/rcadd: dbus|default NetworkManager|default

boot/kernel: gentoo

boot/kernel/gentoo/sources: sys-kernel/gentoo-sources
Expand Down
1 change: 1 addition & 0 deletions releases/specs/x86/i486/installcd-stage1-openrc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ livecd/packages:
net-misc/dhcpcd
net-misc/iputils
net-misc/ndisc6
net-misc/networkmanager
net-misc/openssh
net-misc/rdate
net-misc/rsync
Expand Down
2 changes: 2 additions & 0 deletions releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ livecd/iso: install-x86-minimal-@[email protected]
livecd/type: gentoo-release-minimal
livecd/volid: Gentoo-x86-@DATESTAMP@

livecd/rcadd: dbus|default NetworkManager|default

boot/kernel: gentoo

boot/kernel/gentoo/distkernel: yes
Expand Down