commit | b62b4ca2928fbcdf339be804da9d4aade41380e4 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 26 22:29:08 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Oct 26 22:29:08 2011 -0700 |
tree | 1b57a414df0fe10105b1f39c5f67c0ffaed389b7 | |
parent | 8063e6fe38e89d85aacaa7bd5eddc511cdec4f4b [diff] [blame] |
Initial commit of xen devstack support
diff --git a/tools/xen/files/hvc0.conf b/tools/xen/files/hvc0.conf new file mode 100644 index 0000000..4eedaf6 --- /dev/null +++ b/tools/xen/files/hvc0.conf
@@ -0,0 +1,10 @@ +# hvc0 - getty +# +# This service maintains a getty on hvc0 from the point the system is +# started until it is shut down again. + +start on stopped rc RUNLEVEL=[2345] +stop on runlevel [!2345] + +respawn +exec /sbin/getty -8 9600 hvc0