-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdefault-iso-x86_64.yml
More file actions
129 lines (110 loc) · 2.47 KB
/
default-iso-x86_64.yml
File metadata and controls
129 lines (110 loc) · 2.47 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
123
124
125
126
127
128
129
image:
name: emt3-default-x86_64
version: "1.0.0"
target:
os: edge-microvisor-toolkit # Target OS name
dist: emt3 # 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
# core-packages-image
- shim
- efibootmgr
- grub2-efi-binary
- ca-certificates
- cronie-anacron
- logrotate
- core-packages-base-image
- dracut-hostonly
- dracut-vrf
- dracut-systemd-cryptsetup
- initramfs
- shadow-utils
# core-tools-packages
- dnf
- vim
- wget
# ssh-server
- openssh-server
# selinux-full
- selinux-policy
- selinux-policy-devel
- policycoreutils-python-utils
- checkpolicy
- secilc
- setools-console
# intel-gpu-base
- linux-firmware-i915
- linux-firmware-ice
- intel-npu-firmware
# drtm
- tboot
- tpm2-tools
- tpm2-tss
# virt-guest-packages
- dracut-hyperv
- dracut-virtio
- dracut-xen
# intel-wireless
- linux-firmware-iwlwifi
- wireless-regdb
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