Assorted fixes and changes for Alpha

- Update kconfig for alpha, now including virtio for block/scsi and
  networking, and make all qla drivers modules.
- Add linux-firmware to installer CD.
- Rearrange some variables in tools/catalyst-auto-alpha.conf
- Remove cifs-utils (huge Samba 4 dep)
- Add btrfs-progs
- Remove "static" USE flag, since it causes a USE dep conflict in pam.

Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Tobias Klausmann 2018-12-31 11:46:06 +01:00 committed by Matt Turner
parent 170613724a
commit 9508b899ce
5 changed files with 1817 additions and 873 deletions

View file

@ -18,6 +18,7 @@ livecd/use:
socks5
ssl
static-libs
-static
unicode
xml
@ -40,7 +41,8 @@ livecd/packages:
# net-dialup/penggy
net-dialup/pptpclient
net-dialup/rp-pppoe
net-fs/cifs-utils
# net-fs/cifs-utils
sys-fs/btrfs-progs
net-fs/nfs-utils
net-irc/irssi
net-misc/dhcpcd
@ -93,6 +95,7 @@ livecd/packages:
# sys-fs/ntfsprogs
sys-fs/reiserfsprogs
sys-fs/xfsprogs
sys-kernel/linux-firmware
sys-libs/gpm
# No ACPI on alphas, not keyworded.
# sys-power/acpid

View file

@ -18,7 +18,7 @@ livecd/volid: Gentoo alpha latest
boot/kernel: gentoo gentoo_nolsa
boot/kernel/gentoo/sources: gentoo-sources
boot/kernel/gentoo/config: ../../kconfig/alpha/installcd-3.8.13.config
boot/kernel/gentoo/config: ../../kconfig/alpha/installcd-4.14.83.config
boot/kernel/gentoo/use:
-*
atm
@ -39,7 +39,7 @@ boot/kernel/gentoo/use:
usb
boot/kernel/gentoo_nolsa/sources: gentoo-sources
boot/kernel/gentoo_nolsa/config: ../../kconfig/alpha/installcd-3.8.13.nolsa.config
boot/kernel/gentoo_nolsa/config: ../../kconfig/alpha/installcd-4.14.83.nolsa.config
boot/kernel/gentoo_nolsa/use:
-*
atm

View file

@ -8,8 +8,14 @@ SPECS="stage1.spec stage3.spec"
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
#OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
SETS="default"
SET_default_SPECS="stage1.spec stage3.spec"
SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/alpha
give_latest_from_dates() {
@ -45,6 +51,7 @@ update_symlinks() {
}
upload() {
echo Uploading "$@"
rsync -e 'ssh -i /root/.ssh/id_rsa' "$@" alpha@nightheron.gentoo.org:
}