Re: [sysvinit-devel] [PATCH] automatically spawn agetty on kernel consoles

2011-06-21 Thread Ludwig Nussel
Dr. Werner Fink wrote: > On Thu, May 26, 2011 at 08:23:30AM +0200, Ludwig Nussel wrote: > > The feature is useful for developers and admins that occasionally need > > to boot with e.g. console=ttyS0. > > The built in default can be overridden via inittab for each device. An > > entry like "S0::off:

Re: [sysvinit-devel] [PATCH] automatically spawn agetty on kernel consoles

2011-06-21 Thread Dr. Werner Fink
On Thu, May 26, 2011 at 08:23:30AM +0200, Ludwig Nussel wrote: > The feature is useful for developers and admins that occasionally need > to boot with e.g. console=ttyS0. > The built in default can be overridden via inittab for each device. An > entry like "S0::off:" turns off the getty on ttyS0. >

Re: [sysvinit-devel] [PATCH] automatically spawn agetty on kernel consoles

2011-05-28 Thread Mike Frysinger
On Thursday, May 26, 2011 02:23:30 Ludwig Nussel wrote: > The feature is useful for developers and admins that occasionally need > to boot with e.g. console=ttyS0. > The built in default can be overridden via inittab for each device. An > entry like "S0::off:" turns off the getty on ttyS0. there s

[sysvinit-devel] [PATCH] automatically spawn agetty on kernel consoles

2011-05-25 Thread Ludwig Nussel
The feature is useful for developers and admins that occasionally need to boot with e.g. console=ttyS0. The built in default can be overridden via inittab for each device. An entry like "S0::off:" turns off the getty on ttyS0. --- src/init.c | 74 +