File: data.yaml

package info (click to toggle)
cloud-init 25.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,052 kB
  • sloc: python: 134,399; sh: 3,879; makefile: 128; javascript: 30; xml: 22
file content (20 lines) | stat: -rw-r--r-- 885 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cc_grub_dpkg:
  description: |
    Configure which device is used as the target for GRUB installation. This
    module can be enabled/disabled using the ``enabled`` config key in the
    ``grub_dpkg`` config dict. This module automatically selects a disk using
    ``grub-probe`` if no installation device is specified.

    The value placed into the debconf database is in the format expected by the
    GRUB post-install script expects. Normally, this is a ``/dev/disk/by-id/``
    value, but we do fallback to the plain disk name if a ``by-id`` name is not
    present.

    If this module is executed inside a container, then the debconf database is
    seeded with empty values, and ``install_devices_empty`` is set to ``true``.
  examples:
  - comment: |
      Example 1:
    file: cc_grub_dpkg/example1.yaml
  name: GRUB dpkg
  title: Configure GRUB debconf installation device