fbd23c4234
This adds the boot config files from anaconda to lorax's configdir. They've been edited to include a '@ROOT@' placeholder, so lorax can put the proper root=... argument in place, and to use the @VAR@ convention everywhere (instead of some using @VAR@ and some using %VAR%). This should probably fix EFI booting, since the EFI BOOT*.conf was missing its root=... arg. Also some default settings were changed in syslinux.cfg (so we don't have to rewrite those two lines every time). One last change - the '-magic' arg and ppc 'magic' file have been dropped, because that's kind of silly and unnecessary.
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
init-message = "\nWelcome to the @BITS@-bit @PRODUCT@ @VERSION@ installer!\nHit <TAB> for boot options.\n\n"
|
|
timeout=6000
|
|
default=linux
|
|
|
|
image=/ppc/ppc@BITS@/vmlinuz
|
|
label=linux
|
|
initrd=/ppc/ppc@BITS@/initrd.img
|
|
read-only
|
|
append="@ROOT@"
|