Hi there,
while systemd wasn't chosen as a default init system for F14, it is included in
the repositories. That way, it was argued, more people could give it a try and
potentially discover shortcomings before it would be made the default.
I would like to give systemd a spin and have installed
On Wed, Nov 03, 2010 at 10:49:11PM +1000, Andrew Edmunds wrote:
>
> Incidentally, HP-UX used to have (possibly still has) a nice feature
> where getty would normally be started at the end of the boot sequence
> but you could press the Break key to start it immediately, if an
> init script was hang
Hi,
A few points about these two source files.
1. [email protected] has:
> m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl
> m4_ifdef(`TARGET_SUSE', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl
> m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')