]> git.proxmox.com Git - pve-container.git/commitdiff
use mingetty on centos6
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 6 May 2015 07:01:16 +0000 (09:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 6 May 2015 07:01:16 +0000 (09:01 +0200)
src/PVE/LXCSetup/Redhat.pm
src/test/test-centos6-001/etc/init/tty.conf.exp

index f9a983bfab5b9c5a0ebdacbb5421b0eb7b1cdb1d..c0bd8890a1f900514b6280ddfe0eebab051c0ca7 100644 (file)
@@ -46,7 +46,7 @@ stop on runlevel [S016]
 
 respawn
 instance \$TTY
-exec /sbin/agetty -8 \$TTY 38400
+exec /sbin/mingetty \$TTY
 usage 'tty TTY=/dev/ttyX  - where X is console id'
 __EOD__
     
index 0de48bca614c80b52fcfa8e42af69c214e5985c7..5dcd7ad3cc78087225a5f97cf1908fe72a92af7e 100644 (file)
@@ -9,5 +9,5 @@ stop on runlevel [S016]
 
 respawn
 instance $TTY
-exec /sbin/agetty -8 $TTY 38400
+exec /sbin/mingetty $TTY
 usage 'tty TTY=/dev/ttyX  - where X is console id'