You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/3_ac_install_live/1-merge/sys-apps/sysvinit/inittab.lxc

12 lines
379 B

# Calculate multiline name=inittab comment=# format=patch main.os_subsystem==lxc
<reg>^#(s[01])</reg>
<text>\1</text>
<reg>^([c][0-9]:.*agetty).*(tty?\d linux)</reg>
<text>#\1 38400 \2</text>
<reg>^([s][0-9]:.*agetty.*ttyS\d.*)$</reg>
<text>#\1</text>
<reg>\n+^# Lxc main console.*\n.*(\n|$)</reg>
<text>\n</text>
<reg>^# clean container shutdown.*\n.*(\n|$)</reg>
<text></text>