PDA

View Full Version : What is version 2.7.8-Knoppix?



Harry Kuhman
04-12-2005, 05:52 PM
When bootig Knoppix 3.8 (the CeBIT version just now, but I think I've seen this with 3.8.1 also), I get a line early in the booting that says INIT: version 2.7.8-Knoppix booting. This is followed by a line that says Linux Kernel 2.6.11, so we're clearly not talking about a kernel version. Knoppix itself is version 3.8. So what is this 2.78 version number?

eco2geek
04-12-2005, 07:51 PM
It's the version of the customized "init" program Knoppix uses. Source code here (http://developer.linuxtag.net/knoppix/sources/sysvinit_2.84-186.tar.gz).

("init.c", line 94: "char *bootmsg = "version 2.78-knoppix %s";")

Harry Kuhman
04-12-2005, 07:54 PM
Thanks