diff options
| author | Anton Blanchard <anton@samba.org> | 2013-12-16 16:13:14 +1100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-16 22:39:53 +0100 |
| commit | ae6e4febf6e9a853f0a4158649731bfe52a1d0e0 (patch) | |
| tree | 9b3e6a8509d888bf630c42d5ac46a0ec7fe1ed24 /system/skeleton/etc | |
| parent | aaef2cad852377f8ed9ac5cc3282c9741f81c7d4 (diff) | |
| download | buildroot-ae6e4febf6e9a853f0a4158649731bfe52a1d0e0.tar.gz buildroot-ae6e4febf6e9a853f0a4158649731bfe52a1d0e0.zip | |
Add hypervisor consoles (hvc)
Add /dev/hvc* devices, and add them to securetty. These
are required for ppc64 virtual consoles.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'system/skeleton/etc')
| -rw-r--r-- | system/skeleton/etc/securetty | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/skeleton/etc/securetty b/system/skeleton/etc/securetty index 5a3d0c648e..0722677165 100644 --- a/system/skeleton/etc/securetty +++ b/system/skeleton/etc/securetty @@ -51,3 +51,7 @@ ttySC5 ttySC6 ttySC7 ttyGS0 +hvc0 +hvc1 +hvc2 +hvc3 |

