lorax-templates-rhel/80-rhel/config_files/ppc/yaboot.conf.3264
Brian C. Lane 916f0c6e59 Restore missing ppc files
When this repo was synced from dist-git to gitlab it was missing the
80-rhel directory. I thought I had copied it all over, but the ppc
directories were missing.

This was because rhpkg creates a .git/info/exclude file that ignores
arch named directories, like 'ppc', so git wasn't adding it when told to
and not showing it as missing when looking at the status.

For future reference the command:
git status --ignored --verbose

will show all ignore files. And you can figure out what is making it get
ignored with:

git check-ignore -v PATH-TO-IGNORED-FILE

Resolves: RHEL-24619
2024-02-07 08:08:01 -08:00

17 lines
353 B
Plaintext

init-message = "\nWelcome to the @PRODUCT@ @VERSION@ installer!\nUse 'linux32' for 32-bit kernel.\n\n"
timeout=6000
default=linux
image=/ppc/ppc64/vmlinuz
label=linux64
alias=linux
initrd=/ppc/ppc64/ramdisk.image.gz
read-only
append="@ROOT@"
image=/ppc/ppc32/vmlinuz
label=linux32
initrd=/ppc/ppc32/ramdisk.image.gz
read-only
append="@ROOT@"