-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdefault-initrd-x86_64.yml
More file actions
52 lines (45 loc) · 1.39 KB
/
default-initrd-x86_64.yml
File metadata and controls
52 lines (45 loc) · 1.39 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
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: img # Image type, valid value: [raw, iso, img].
systemConfig:
name: Default_Initrd
description: Default yml configuration for initrd image
bootloader:
bootType: efi # (efi or legacy)
provider: grub # (grub for efi and legacy mode, or systemd-boot for efi mode)
packages:
- core-packages-base-image
- dosfstools
- efibootmgr
- grub2-efi
- grub2-efi-binary
- grub2-pc
- ca-certificates
- cronie-anacron
- logrotate
- shadow-utils
- util-linux
additionalFiles:
- local: ../additionalfiles/99-dhcp-en.network
final: /etc/systemd/network/99-dhcp-en.network
- local: ../additionalfiles/getty@.service
final: /usr/lib/systemd/system/getty@.service
- local: ../additionalfiles/serial-getty@.service
final: /usr/lib/systemd/system/serial-getty@.service
- local: ../../../../../general/isolinux/attendedinstaller
final: /root/attendedinstaller
- local: ../../../../../../build/live-installer
final: /usr/bin/live-installer
users:
- name: root
startupScript: "/root/attendedinstaller"
kernel:
name: kernel
cmdline: "console=ttyS0,115200 console=tty0 loglevel=7"
packages:
- kernel