diff options
Diffstat (limited to 'profiles/alt-controller.toml')
| -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)$"] |