projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cadae3a
)
powerpc/boot: Remove bogus reference to lilo
author
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 9 Oct 2024 05:38:06 +0000
(16:38 +1100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 29 Oct 2024 12:01:47 +0000
(23:01 +1100)
The help text refers to lilo, but the install script does not run lilo
and never has. The reference to lilo seems to have come originally from
arch/ppc/Makefile, but it was not true there either.
Remove it.
Reported-by: Thorsten Leemhuis <linux@leemhuis.info>
Link:
https://fosstodon.org/@kernellogger/113032940928131612
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://patch.msgid.link/20241009053806.135807-1-mpe@ellerman.id.au
arch/powerpc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/Makefile
b/arch/powerpc/Makefile
index cbb353ddacb7adc5de28cd1fde893de3efdd8272..1c5c28d58e944c4ea10f050bf424b9135a478d09 100644
(file)
--- a/
arch/powerpc/Makefile
+++ b/
arch/powerpc/Makefile
@@
-352,7
+352,7
@@
define archhelp
echo ' install - Install kernel using'
echo ' (your) ~/bin/$(INSTALLKERNEL) or'
echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
- echo ' install to $$(INSTALL_PATH)
and run lilo
'
+ echo ' install to $$(INSTALL_PATH)'
echo ' *_defconfig - Select default config from arch/powerpc/configs'
echo ''
echo ' Targets with <dt> embed a device tree blob inside the image'