Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions releases/kconfig/alpha/dist-alpha-livecd.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Kernel config for ALPHA Livecds

# Ian Jordan <immoloism@gmail.com> (2026-06-18)
# Remove localversion being set on the LiveCDs so localmodconfig doesn't double load.
CONFIG_LOCALVERSION=""

# Ian Jordan <immoloism@gmail.com> (2026-06-18)
# Debian kconfigs need a few tweaks when being used for a livecd.
# These don't affect normal users so we'll add them locally in RelEng.
CONFIG_SCSI=y
CONFIG_SCSI_MOD=y
CONFIG_SCSI_COMMON=y
CONFIG_BLK_DEV_SR=y
CONFIG_SCSI_VIRTIO=y
CONFIG_CDROM=y
CONFIG_ISO9660_FS=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_SQUASHFS=y
CONFIG_OVERLAY_FS=y
CONFIG_BLK_DEV_DM=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_SCSI_SYM53C8XX_2=y
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_ATA=y
CONFIG_BLK_DEV_SD=y
CONFIG_NET_TULIP=y

# These help with debugging in QEMU at an earlier stage
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_EARLYCON=y
CONFIG_VIRTIO_NET=y
CONFIG_VIRTIO_BLK=y
CONFIG_FAILOVER=y
CONFIG_NET_FAILOVER=y
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
app-misc/livecd-tools
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
>sys-kernel/gentoo-kernel-6.19
sys-kernel/vanilla-kernel
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# new glibc tends to lead to trouble with sandbox (and qemu),
# especially for the unstable arches
#
>=sys-libs/glibc-2.44
>=sys-libs/glibc-2.43
1 change: 1 addition & 0 deletions releases/portage/isos-qemu-hppa/package.mask/releng/pillow
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
>dev-python/pillow-12.1.0
Loading