* README Cleanup Project @ 2015-12-12 4:46 Diego Viola 2015-12-12 5:35 ` Al Viro 0 siblings, 1 reply; 7+ messages in thread From: Diego Viola @ 2015-12-12 4:46 UTC (permalink / raw) To: linux-kernel, trivial, corbet Hello everyone, I would like to do some cleanup on the README, for example, I see it still mentions LILO in a few places, e.g. https://github.com/torvalds/linux/blob/master/README#L256-L258 And: https://github.com/torvalds/linux/blob/master/README#L295-L317 Is this still relevant today? Can I send a patch to remove it from the README? Any objections? Could you guys also help me identify other parts in the README that are not relevant anymore today? I understand some people still use LILO but most don't anymore, so I would like to help keep the README updated to reflect on what the current standards and needs are. Thanks, Diego ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: README Cleanup Project 2015-12-12 4:46 README Cleanup Project Diego Viola @ 2015-12-12 5:35 ` Al Viro 2015-12-12 6:09 ` Diego Viola 0 siblings, 1 reply; 7+ messages in thread From: Al Viro @ 2015-12-12 5:35 UTC (permalink / raw) To: Diego Viola; +Cc: linux-kernel, trivial, corbet On Sat, Dec 12, 2015 at 02:46:30AM -0200, Diego Viola wrote: > Hello everyone, > > I would like to do some cleanup on the README, for example, I see it > still mentions LILO in a few places, e.g. > > https://github.com/torvalds/linux/blob/master/README#L256-L258 > > And: > > https://github.com/torvalds/linux/blob/master/README#L295-L317 > > Is this still relevant today? Can I send a patch to remove it from the > README? Any objections? What for? LILO still works just fine here, TYVM. > Could you guys also help me identify other parts in the README that > are not relevant anymore today? > > I understand some people still use LILO but most don't anymore, so I > would like to help keep the README updated to reflect on what the > current standards and needs are. _What_ current standards? ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: README Cleanup Project 2015-12-12 5:35 ` Al Viro @ 2015-12-12 6:09 ` Diego Viola 2015-12-12 6:24 ` Diego Viola 0 siblings, 1 reply; 7+ messages in thread From: Diego Viola @ 2015-12-12 6:09 UTC (permalink / raw) To: Al Viro; +Cc: linux-kernel, trivial, corbet On Sat, Dec 12, 2015 at 3:35 AM, Al Viro <viro@zeniv.linux.org.uk> wrote: > On Sat, Dec 12, 2015 at 02:46:30AM -0200, Diego Viola wrote: >> Hello everyone, >> >> I would like to do some cleanup on the README, for example, I see it >> still mentions LILO in a few places, e.g. >> >> https://github.com/torvalds/linux/blob/master/README#L256-L258 >> >> And: >> >> https://github.com/torvalds/linux/blob/master/README#L295-L317 >> >> Is this still relevant today? Can I send a patch to remove it from the >> README? Any objections? > > What for? LILO still works just fine here, TYVM. > I know LILO still works fine, and I know the project is still alive. >> Could you guys also help me identify other parts in the README that >> are not relevant anymore today? >> >> I understand some people still use LILO but most don't anymore, so I >> would like to help keep the README updated to reflect on what the >> current standards and needs are. > > _What_ current standards? Perhaps not "standards" but there are other bootloaders these days, GRUB and systemd-boot being one of them. Shouldn't the README be generic or neutral about bootloaders? See this message from Jonathan Corbet where he gave his opinion on this: https://lkml.org/lkml/2015/12/10/602 Thanks, Diego ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: README Cleanup Project 2015-12-12 6:09 ` Diego Viola @ 2015-12-12 6:24 ` Diego Viola 2015-12-12 11:51 ` Diego Viola 0 siblings, 1 reply; 7+ messages in thread From: Diego Viola @ 2015-12-12 6:24 UTC (permalink / raw) To: Al Viro; +Cc: linux-kernel, trivial, corbet On Sat, Dec 12, 2015 at 4:09 AM, Diego Viola <diego.viola@gmail.com> wrote: > On Sat, Dec 12, 2015 at 3:35 AM, Al Viro <viro@zeniv.linux.org.uk> wrote: >> On Sat, Dec 12, 2015 at 02:46:30AM -0200, Diego Viola wrote: >>> Hello everyone, >>> >>> I would like to do some cleanup on the README, for example, I see it >>> still mentions LILO in a few places, e.g. >>> >>> https://github.com/torvalds/linux/blob/master/README#L256-L258 >>> >>> And: >>> >>> https://github.com/torvalds/linux/blob/master/README#L295-L317 >>> >>> Is this still relevant today? Can I send a patch to remove it from the >>> README? Any objections? >> >> What for? LILO still works just fine here, TYVM. >> > > I know LILO still works fine, and I know the project is still alive. Wait, I'm actually not sure about my statement above, looks like the project is dead: "NOTE: I will finish development of LILO at December 2015 because of some limitations (e.g. with BTFS, GPT, RAID). If someone want to develop this nice software further, please let me know ..." http://lilo.alioth.debian.org/ > >>> Could you guys also help me identify other parts in the README that >>> are not relevant anymore today? >>> >>> I understand some people still use LILO but most don't anymore, so I >>> would like to help keep the README updated to reflect on what the >>> current standards and needs are. >> >> _What_ current standards? > > Perhaps not "standards" but there are other bootloaders these days, > GRUB and systemd-boot being one of them. > > Shouldn't the README be generic or neutral about bootloaders? > > See this message from Jonathan Corbet where he gave his opinion on this: > > https://lkml.org/lkml/2015/12/10/602 > > Thanks, > > Diego ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: README Cleanup Project 2015-12-12 6:24 ` Diego Viola @ 2015-12-12 11:51 ` Diego Viola 2015-12-12 12:43 ` Richard Weinberger 0 siblings, 1 reply; 7+ messages in thread From: Diego Viola @ 2015-12-12 11:51 UTC (permalink / raw) To: Al Viro; +Cc: linux-kernel, trivial, corbet Why does the Linux kernel keep outdated cruft like this in tree? If you need lilo you can just run /sbin/lilo yourself, there is no need for this to be in the kernel, especially when the project is being phased out already. Should I send a patch removing all lilo entries from the project? Diego On Sat, Dec 12, 2015 at 4:24 AM, Diego Viola <diego.viola@gmail.com> wrote: > On Sat, Dec 12, 2015 at 4:09 AM, Diego Viola <diego.viola@gmail.com> wrote: >> On Sat, Dec 12, 2015 at 3:35 AM, Al Viro <viro@zeniv.linux.org.uk> wrote: >>> On Sat, Dec 12, 2015 at 02:46:30AM -0200, Diego Viola wrote: >>>> Hello everyone, >>>> >>>> I would like to do some cleanup on the README, for example, I see it >>>> still mentions LILO in a few places, e.g. >>>> >>>> https://github.com/torvalds/linux/blob/master/README#L256-L258 >>>> >>>> And: >>>> >>>> https://github.com/torvalds/linux/blob/master/README#L295-L317 >>>> >>>> Is this still relevant today? Can I send a patch to remove it from the >>>> README? Any objections? >>> >>> What for? LILO still works just fine here, TYVM. >>> >> >> I know LILO still works fine, and I know the project is still alive. > > Wait, I'm actually not sure about my statement above, looks like the > project is dead: > > "NOTE: I will finish development of LILO at December 2015 because of > some limitations (e.g. with BTFS, GPT, RAID). If someone want to > develop this nice software further, please let me know ..." > > http://lilo.alioth.debian.org/ > >> >>>> Could you guys also help me identify other parts in the README that >>>> are not relevant anymore today? >>>> >>>> I understand some people still use LILO but most don't anymore, so I >>>> would like to help keep the README updated to reflect on what the >>>> current standards and needs are. >>> >>> _What_ current standards? >> >> Perhaps not "standards" but there are other bootloaders these days, >> GRUB and systemd-boot being one of them. >> >> Shouldn't the README be generic or neutral about bootloaders? >> >> See this message from Jonathan Corbet where he gave his opinion on this: >> >> https://lkml.org/lkml/2015/12/10/602 >> >> Thanks, >> >> Diego ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: README Cleanup Project 2015-12-12 11:51 ` Diego Viola @ 2015-12-12 12:43 ` Richard Weinberger 2015-12-12 14:06 ` Diego Viola 0 siblings, 1 reply; 7+ messages in thread From: Richard Weinberger @ 2015-12-12 12:43 UTC (permalink / raw) To: Diego Viola; +Cc: Al Viro, LKML, Trivial patch monkey, Jonathan Corbet On Sat, Dec 12, 2015 at 12:51 PM, Diego Viola <diego.viola@gmail.com> wrote: > Why does the Linux kernel keep outdated cruft like this in tree? depends on the eye of the beholder. :-) > If you need lilo you can just run /sbin/lilo yourself, there is no > need for this to be in the kernel, especially when the project is > being phased out already. > > Should I send a patch removing all lilo entries from the project? You can do a patch which improves the existing README. Removing stuff you don't like is not an improvement. -- Thanks, //richard ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: README Cleanup Project 2015-12-12 12:43 ` Richard Weinberger @ 2015-12-12 14:06 ` Diego Viola 0 siblings, 0 replies; 7+ messages in thread From: Diego Viola @ 2015-12-12 14:06 UTC (permalink / raw) To: Richard Weinberger; +Cc: Al Viro, LKML, Trivial patch monkey, Jonathan Corbet I agree, I would like to apologize for this drama, I never intended to create any flamewars or anything. I also have nothing against LILO itself which I used to use, it used to work great for me. I just love Linux and I want to do what I can (and my best) to try to improve it. Thanks, Diego On Sat, Dec 12, 2015 at 10:43 AM, Richard Weinberger <richard.weinberger@gmail.com> wrote: > On Sat, Dec 12, 2015 at 12:51 PM, Diego Viola <diego.viola@gmail.com> wrote: >> Why does the Linux kernel keep outdated cruft like this in tree? > > depends on the eye of the beholder. :-) > >> If you need lilo you can just run /sbin/lilo yourself, there is no >> need for this to be in the kernel, especially when the project is >> being phased out already. >> >> Should I send a patch removing all lilo entries from the project? > > You can do a patch which improves the existing README. > Removing stuff you don't like is not an improvement. > > -- > Thanks, > //richard ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-12-12 14:06 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-12-12 4:46 README Cleanup Project Diego Viola 2015-12-12 5:35 ` Al Viro 2015-12-12 6:09 ` Diego Viola 2015-12-12 6:24 ` Diego Viola 2015-12-12 11:51 ` Diego Viola 2015-12-12 12:43 ` Richard Weinberger 2015-12-12 14:06 ` Diego Viola
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.