Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751543AbbLKDG5 (ORCPT ); Thu, 10 Dec 2015 22:06:57 -0500 Received: from mail-ob0-f177.google.com ([209.85.214.177]:36842 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751041AbbLKDG4 (ORCPT ); Thu, 10 Dec 2015 22:06:56 -0500 MIME-Version: 1.0 In-Reply-To: <20151210113423.168f8b4d@lwn.net> References: <1449345010-12512-1-git-send-email-diego.viola@gmail.com> <20151210113423.168f8b4d@lwn.net> Date: Fri, 11 Dec 2015 01:06:55 -0200 Message-ID: Subject: Re: [PATCH] README: cosmetic fixes From: Diego Viola To: Jonathan Corbet Cc: linux-kernel@vger.kernel.org, trivial@kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2143 Lines: 57 Hi Jonathan, Thanks for applying my patch. I actually have to admit that before sending my patch I actually thought about the same thing regarding LILO being in the README. I asked on IRC and a few places about this because I don't feel like removing anything before asking the community first. LILO still seems to be alive as a project but not many people use it anymore, as you have mentioned. I agree the README feels outdated in many ways, I would be happy to do some clean up, but I also want some input from the community on what should stay and what should go. Should I send a new email to discuss this? Also, see this: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/x86/boot/install.sh This script calls /sbin/lilo if it's available during the make install, so I don't think we can just remove LILO from the README if it's still being used for the make install? If we end up removing LILO from the README, should we remove it from the Makefile as well? This Makefile hasn't been updated in a few years I think. Thanks, Diego On Thu, Dec 10, 2015 at 4:34 PM, Jonathan Corbet wrote: > I've applied this to the docs tree. I'd sure rather see an effort to > update this file instead of tweaking it, though. For example: > >> @@ -300,7 +300,7 @@ COMPILING the kernel: >> kernel image file is usually /vmlinuz, /boot/vmlinuz, /bzImage or >> /boot/bzImage. To use the new kernel, save a copy of the old image >> and copy the new image over the old one. Then, you MUST RERUN LILO >> - to update the loading map!! If you don't, you won't be able to boot >> + to update the loading map! If you don't, you won't be able to boot >> the new kernel image. >> >> Reinstalling LILO is usually a matter of running /sbin/lilo. > > I somehow suspect that very few of us actually MUST RERUN LILO in 2015... > > Thanks, > > jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/