From 80686835f4d6ef1a42a97ffcfbc48746861a129c Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 12 Aug 2026 06:22:06 +0000 Subject: Expand typed Controller package set --- profiles/alt-controller.toml | 102 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 98 insertions(+), 4 deletions(-) (limited to 'profiles/alt-controller.toml') diff --git a/profiles/alt-controller.toml b/profiles/alt-controller.toml index fa903fb..60c9226 100644 --- a/profiles/alt-controller.toml +++ b/profiles/alt-controller.toml @@ -10,11 +10,105 @@ flavour = "rt" initrd_features = ["add-modules", "compress", "cleanup", "rdshell", "rootfs", "qemu", "usb"] initrd_modules = ["ext4", "ahci.ko", "ahci_platform.ko", "sd_mod.ko", "virtio_blk.ko", "virtio_net.ko", "virtio_pci.ko"] +# Explicit, typed replacement for the retired profile's vendored package lists. +# Conditional legacy selectors are resolved for the x86_64 Controller target. [packages] base = [ - "basesystem", "fakeroot", "interactivesystem", "shadow-utils", "e2fsprogs", - "apt", "apt-https", "bootloader-utils", "make-initrd", "chrony", - "systemd-networkd", "iputils", "control", "openssh-server", "systemd-sysvinit", - "libiec61850" + "anacron", + "apt", + "apt-https", + "apt-repo", + "apt-rsync", + "apt-scripts", + "attr", + "audit", + "basesystem", + "bash-completion-util-linux", + "bootloader-utils", + "ca-certificates-digital.gov.ru", + "cgroup", + "chkconfig", + "chrony", + "control", + "cpio", + "cpupower", + "curl", + "dhcpcd", + "e2fsprogs", + "etcnet", + "fakeroot", + "fdisk", + "firmware-intel-ucode", + "fwupd", + "fwupd-efi", + "gcrypt-gost-utils", + "glibc-timezones", + "gnutls-utils", + "gostsum", + "gzip-utils", + "hdparm", + "hostinfo", + "hwclock", + "iftop", + "installer-feature-online-repo", + "interactivesystem", + "inxi", + "ipmitool", + "iptables", + "iputils", + "irqbalance", + "iucode_tool", + "kbd", + "keyutils", + "lft", + "libgcrypt-gost20", + "libiec61850", + "linuxptp", + "lm_sensors3", + "local-policy", + "lsof", + "make-initrd", + "make-initrd-multipath", + "make-initrd-ucode", + "mtr", + "multipath-tools", + "netlist", + "ntpdate", + "openresolv", + "openssh", + "openssh-askpass-common", + "openssh-blacklist", + "openssh-clients", + "openssh-common", + "openssh-server", + "openssh-server-control", + "openssl", + "openssl-gost-engine", + "pciids", + "pciutils", + "rsync", + "rsyslog", + "setarch", + "sfdisk", + "shadow-suite", + "shadow-utils", + "smartmontools", + "su", + "sysstat", + "systemd", + "systemd-analyze", + "systemd-networkd", + "systemd-sysvinit", + "tar", + "tcpdump", + "terminfo-extra", + "traceroute", + "udev", + "unzip", + "update-kernel", + "usbutils", + "whois", + "xz", + "zip", ] selectors = ["^kernel-(image|modules-())-(rt)$"] -- cgit v1.2.3