diff options
| author | Hermes Agent <hermes@localhost> | 2026-08-12 06:22:06 +0000 |
|---|---|---|
| committer | Hermes Agent <hermes@localhost> | 2026-08-12 06:22:06 +0000 |
| commit | 80686835f4d6ef1a42a97ffcfbc48746861a129c (patch) | |
| tree | 04b8e8e56112565f002d621e984dc54f70ae57d2 /profiles/alt-controller.toml | |
| parent | e29bef683eb8408f959729987785e996381604ed (diff) | |
Expand typed Controller package set
Diffstat (limited to 'profiles/alt-controller.toml')
| -rw-r--r-- | profiles/alt-controller.toml | 102 |
1 files changed, 98 insertions, 4 deletions
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)$"] |