1
0
mirror of synced 2026-04-28 21:17:30 +00:00
Files
xen-tools.xen-tools/etc/hook.d/30-fix-inittab
steve 4e67914aee 2006-04-30 11:57:06 by steve
Applied simplification patch from Tom Mornini.
2006-04-30 11:57:06 +00:00

13 lines
313 B
Bash
Executable File

#!/bin/sh
#
# This script does two things:
#
# 1. Sets the console type for the first terminal to 'console'.
# 2. Comments out all virtual terminals which aren't on the first console.
#
# Steve
# --
# http://www.steve.org.uk/
sed -i -e 's/tty[0-9]$/console/g' -e 's/^\([2-6].*:respawn*\)/#\1/' $1/etc/inittab