From: Anders Kaseorg Date: Sun, 3 May 2015 02:59:40 +0000 (-0400) Subject: Fix sysvms serial console configuration: xvc0 → hvc0 X-Git-Tag: 0.88~4 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-devconfig.git/commitdiff_plain/4cf8352e8ea93d591beb3e61a7cd9424f7f61ff3?ds=inline Fix sysvms serial console configuration: xvc0 → hvc0 Signed-off-by: Anders Kaseorg --- diff --git a/debian/changelog b/debian/changelog index 45556f7..c6ab0e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-devconfig (0.86) UNRELEASED; urgency=medium + + * Fix sysvms serial console configuration: xvc0 → hvc0. + + -- Anders Kaseorg Sat, 02 May 2015 22:31:10 -0400 + xvm-devconfig (0.85) precise; urgency=low * Add andersk to dev acl diff --git a/sysvms/s_console b/sysvms/s_console index a8fb4a5..0faa2ca 100644 --- a/sysvms/s_console +++ b/sysvms/s_console @@ -16,4 +16,4 @@ on_reboot = 'restart' on_crash = 'restart' root = "/dev/xvda1 ro" -extra = '2 console=xvc0' +extra = '2 console=hvc0' diff --git a/sysvms/s_master b/sysvms/s_master index 786fb5b..37b8c05 100644 --- a/sysvms/s_master +++ b/sysvms/s_master @@ -16,4 +16,4 @@ on_reboot = 'restart' on_crash = 'restart' root = "/dev/xvda1 ro" -extra = '2 console=xvc0' +extra = '2 console=hvc0' diff --git a/sysvms/s_remote b/sysvms/s_remote index a5116f3..9c7cdab 100644 --- a/sysvms/s_remote +++ b/sysvms/s_remote @@ -16,4 +16,4 @@ on_reboot = 'restart' on_crash = 'restart' root = "/dev/xvda1 ro" -extra = '2 console=xvc0' +extra = '2 console=hvc0'