Serial console with upstart / for Fedora 9
Posted by: ben in Linux, Uncategorized, tags: Linux, SerialSince Fedora 9, the init process is managed by upstart. To get a serial console with a login prompt the old method doesn’t work anymore. The old method is to add the following line into /etc/inittab: s0:3:respawn:/sbin/agetty -L 115200 ttyS0 vt100 This spawns a agetty for the ttyS0 in runlevel 3. The new method is Continue reading →
Entries (RSS)