Skip to content

Commit c7182a0

Browse files
committed
powerpc/boot: Remove bogus reference to lilo
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
1 parent cadae3a commit c7182a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ define archhelp
352352
echo ' install - Install kernel using'
353353
echo ' (your) ~/bin/$(INSTALLKERNEL) or'
354354
echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
355-
echo ' install to $$(INSTALL_PATH) and run lilo'
355+
echo ' install to $$(INSTALL_PATH)'
356356
echo ' *_defconfig - Select default config from arch/powerpc/configs'
357357
echo ''
358358
echo ' Targets with <dt> embed a device tree blob inside the image'

0 commit comments

Comments
 (0)