Commit e236f5a
committed
image: add OSTreeSimplifiedInstaller.InstallerCustomimzations
The OSTreeSimplifiedInstaller is not an anaconda installer
but it still uses some of the anaconda structs. So lets
move it to use the same installer customizations.
Note that we cannot use the InstallerCustomizations.KernelAppend
with it as it will lead to a diff in the rhel-9.x
edge-simplified-installer image:
```yaml
--- /tmp/tmp07t_j3mj/ref/rhel_9.7-x86_64-edge_simplified_installer-edge_ostree_pull_device.json 2025-08-26 15:10:18.721496181 +0200
+++ /tmp/tmp07t_j3mj/new/rhel_9.7-x86_64-edge_simplified_installer-edge_ostree_pull_device.json 2025-08-26 15:10:21.201572008 +0200
@@ -1100,7 +1100,10 @@
"coreos.inst.isoroot=RHEL-9-7-0-BaseOS-x86_64",
"coreos.inst.install_dev=/dev/sda",
"coreos.inst.image_file=/run/media/iso/image.raw.xz",
- "coreos.inst.insecure"
+ "coreos.inst.insecure",
+ "modprobe.blacklist=vc4",
+ "rw",
+ "coreos.no_persist_ip"
]
},
"isolabel": "RHEL-9-7-0-BaseOS-x86_64",
@@ -1259,7 +1262,10 @@
"coreos.inst.isoroot=RHEL-9-7-0-BaseOS-x86_64",
"coreos.inst.install_dev=/dev/sda",
"coreos.inst.image_file=/run/media/iso/image.raw.xz",
- "coreos.inst.insecure"
+ "coreos.inst.insecure",
+ "modprobe.blacklist=vc4",
+ "rw",
+ "coreos.no_persist_ip"
]
}
}
```
This is because the edge-simplified-installer for rhel uses
the kernel options from the base image type only for the
deployed system but does not add it to the ISO kernel commandline.
Its unclear if we should unify this or not but this commit errs
on the side of caution.1 parent c844e0d commit e236f5a
3 files changed
Lines changed: 27 additions & 48 deletions
File tree
- pkg
- distro/generic
- image
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
884 | | - | |
| 883 | + | |
885 | 884 | | |
886 | 885 | | |
887 | 886 | | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | 887 | | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | 888 | | |
906 | 889 | | |
907 | 890 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 33 | | |
44 | 34 | | |
45 | 35 | | |
| |||
52 | 42 | | |
53 | 43 | | |
54 | 44 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 45 | | |
59 | 46 | | |
60 | 47 | | |
| |||
83 | 70 | | |
84 | 71 | | |
85 | 72 | | |
86 | | - | |
87 | | - | |
| 73 | + | |
| 74 | + | |
88 | 75 | | |
89 | 76 | | |
90 | 77 | | |
91 | 78 | | |
92 | 79 | | |
93 | 80 | | |
94 | 81 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
98 | 85 | | |
99 | 86 | | |
100 | 87 | | |
101 | | - | |
102 | | - | |
| 88 | + | |
| 89 | + | |
103 | 90 | | |
104 | 91 | | |
105 | 92 | | |
106 | 93 | | |
107 | 94 | | |
108 | | - | |
| 95 | + | |
109 | 96 | | |
110 | 97 | | |
111 | 98 | | |
| |||
136 | 123 | | |
137 | 124 | | |
138 | 125 | | |
139 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
140 | 136 | | |
141 | 137 | | |
142 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments