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
|
Source: ignition
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-golang,
golang-any,
golang-github-aws-aws-sdk-go-dev,
golang-github-beevik-etree-dev,
golang-github-coreos-go-json-dev,
golang-github-coreos-go-systemd-dev,
golang-github-coreos-vcontext-dev,
golang-github-google-renameio-dev,
golang-github-google-uuid-dev,
golang-github-pin-tftp-dev,
golang-github-spf13-pflag-dev (>= 1.0.6~git20210604),
golang-github-stretchr-testify-dev,
golang-github-vincent-petithory-dataurl-dev,
golang-github-vmware-vmw-guestinfo-dev (>= 0.0~git20220317) [amd64 i386],
golang-github-vmware-vmw-ovflib-dev,
golang-go-semver-dev,
golang-golang-x-net-dev,
golang-golang-x-oauth2-google-dev,
golang-golang-x-sys-dev,
golang-google-api-dev,
golang-google-cloud-dev,
libblkid-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/cloud-team/ignition
Vcs-Git: https://salsa.debian.org/cloud-team/ignition.git
Homepage: https://github.com/coreos/ignition
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/coreos/ignition
Package: ignition
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: First boot installer and configuration tool
Ignition is the utility invented for Fedora CoreOS and RHEL CoreOS to
manipulate disks during the initramfs stage. This includes partitioning disks,
formatting partitions, writing files (regular files, systemd units, etc.),
and configuring users. On first boot, Ignition reads its configuration
from a source of truth (remote URL, network metadata service, hypervisor
bridge, etc.) and applies the configuration.
.
Ignition is primarily intended to be used in an initramfs built using
dracut.
|