Hi everyone. I am attempting to add this line to /etc/inittab:
TS0:23:respawn:/sbin/mgetty -m '"" \d\dAT OK' ttyS0
Here is the puppet manifest I am trying to make:
augeas {"/etc/inittab":
context => "/files/etc/inittab",
changes => [
"set TS0/runlevels 23",
"s
Hi guys,
I was enlightened by the 'puppet+augeas modprobe.conf' post (thanks!)
and was going to put inittab under puppet/augeas management.
My goal is to add this one line for spawning a console on the serial
port if it doesn't exist:
co:12345:respawn:/sbin/agetty ttyS0 19200 vt100
However the