-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdefault-iso-x86_64.yml
More file actions
122 lines (104 loc) · 2.32 KB
/
default-iso-x86_64.yml
File metadata and controls
122 lines (104 loc) · 2.32 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
image:
name: rcd10-default-x86_64
version: "1.0.0"
target:
os: redhat-compatible-distro # Target OS name
dist: el10 # Target OS distribution
arch: x86_64 # Target OS architecture
imageType: iso # Image type, valid value: [raw, iso].
disk:
name: Default_ISO
partitionTableType: gpt # Partition table type, valid value: [gpt, mbr]
partitions: # Required for raw, optional for ISO, not needed for rootfs.
- id: boot
type: esp
flags:
- esp
- boot
start: 1MiB
end: 513MiB
fsType: fat32
mountPoint: /boot/efi
- id: rootfs
type: linux-root-amd64
start: 513MiB
end: "0" # 0 means use the rest of the disk space
fsType: ext4
mountPoint: /
systemConfig: # Required
name: Default_ISO
description: Default yml configuration for iso image
initramfs:
template: default-initrd-x86_64.yml
bootloader:
bootType: efi # (efi or legacy)
provider: grub # (grub for efi and legacy mode, or systemd-boot for efi mode)
packages:
# grub2-mkconfig
- grub2
# developer-packages
- build-essential
- cmake
- createrepo_c
- curl-devel
- device-mapper
- flex
- fuse-devel
- git
- golang
- iputils
- less
- linux-firmware
- net-tools
- ninja-build
- parted
- pciutils
- python3-pip
- tar
- texinfo
- usbutils
# virtualization-host-packages
- qemu-kvm
- qemu-img
# core-packages-image
- shim
- grub2-efi-binary
- ca-certificates
- cronie-anacron
- logrotate
- core-packages-base-image
- dracut-hostonly
- dracut-vrf
- initramfs
- shadow-utils
# core-tools-packages
- dnf
- vim
- wget
# hyperv packages
- dracut-hyperv
- hyperv-daemons
# ssh-server
- openssh-server
# selinux-full
- selinux-policy
- selinux-policy-devel
- policycoreutils-python-utils
- checkpolicy
- secilc
- setools-console
# drtm
- tboot
- tpm2-tools
- tpm2-tss
# virt-guest-packages
- dracut-virtio
- dracut-xen
additionalFiles:
- local: ../additionalfiles/99-dhcp-en.network
final: /etc/systemd/network/99-dhcp-en.network
kernel:
name: kernel
cmdline: "console=ttyS0,115200 console=tty0 loglevel=7"
packages:
- kernel