File: bad_edge_graph.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (28 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (5)
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
- local_loop:
    name: image0

- partitioning:
    base: image0
    name: mbr
    label: mbr
    partitions:
      - flags: [boot, primary]
        name: root
        base: image0
        size: 100%

- mount:
    base: mkfs_root
    name: mount_mkfs_root
    mount_point: /

- fstab:
    base: mount_mkfs_root
    name: fstab_mount_mkfs_root
    fsck-passno: 1
    options: defaults

- mkfs:
    base: this_is_not_a_node
    name: mkfs_root
    type: ext4