34 lines
409 B
YAML
34 lines
409 B
YAML
include: common.yaml
|
|
metadata:
|
|
description: Debian Atomic base variant
|
|
variant: base
|
|
packages:
|
|
- systemd
|
|
- systemd-sysv
|
|
- dbus
|
|
- util-linux
|
|
- ostree
|
|
- ostree-boot
|
|
- grub2
|
|
- grub-pc
|
|
- linux-image-amd64
|
|
- initramfs-tools
|
|
- bash
|
|
- coreutils
|
|
- vim
|
|
- less
|
|
- curl
|
|
- wget
|
|
- sudo
|
|
- passwd
|
|
- network-manager
|
|
- iwd
|
|
- wireguard-tools
|
|
- openssh-client
|
|
- make
|
|
- gcc
|
|
- python3
|
|
- python3-pip
|
|
- podman
|
|
- skopeo
|
|
- buildah
|