Commit 564ef2a
committed
fix(rhel): address several RHEL/Rocky 10 post-install issues
* Replace in-place edit of /etc/systemd/logind.conf with a drop-in under
/etc/systemd/logind.conf.d/. Recent systemd versions (RHEL/Rocky 10,
Fedora 39+) moved logind.conf to /usr/lib/systemd/ and no longer ship
it under /etc/, so the previous sed call failed with "No such file or
directory".
* Locate grub.cfg by probing the well-known UEFI vendor and BIOS paths
directly instead of keying off the installer's /sys/firmware/efi and
running find. On RHEL/Rocky 10 UEFI installs this was silently
skipping the grub2-mkconfig regeneration, leaving the console
ordering change in /etc/default/grub unapplied.
* Drop the dead "yum erase authconfig" call. authconfig has not existed
since RHEL 8 (replaced by authselect), so the call was a no-op on
every supported target.1 parent f66f73e commit 564ef2a
2 files changed
Lines changed: 31 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | 259 | | |
265 | 260 | | |
266 | 261 | | |
| |||
278 | 273 | | |
279 | 274 | | |
280 | 275 | | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
285 | 288 | | |
286 | 289 | | |
287 | 290 | | |
| |||
341 | 344 | | |
342 | 345 | | |
343 | 346 | | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
349 | 359 | | |
350 | 360 | | |
351 | 361 | | |
352 | | - | |
| 362 | + | |
353 | 363 | | |
354 | 364 | | |
355 | 365 | | |
| |||
0 commit comments