diff options
| author | Hermes Agent <hermes@localhost> | 2026-08-12 00:02:26 +0000 |
|---|---|---|
| committer | Hermes Agent <hermes@localhost> | 2026-08-12 00:02:26 +0000 |
| commit | 25f39c857da591c665865b77483b79495caf5e00 (patch) | |
| tree | 1e7dd7118fcd1978b13c8bd1aa6cb202bb72a32a /profiles | |
| parent | 1860cc5beb8df6e85d0f9690e5852709a534ebd7 (diff) | |
Replace legacy profile parser with typed image spec
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/alt-controller.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/alt-controller.toml b/profiles/alt-controller.toml new file mode 100644 index 0000000..fa903fb --- /dev/null +++ b/profiles/alt-controller.toml @@ -0,0 +1,20 @@ +[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"] + +[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" +] +selectors = ["^kernel-(image|modules-())-(rt)$"] |