1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
[target]
name = "alt-controller"
architecture = "x86_64"
format = "tar"
[kernel]
flavour = "rt"
[boot]
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 = [
"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)$"]
|