diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-10-08 11:37:42 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-10-08 11:37:42 -0400 |
commit | 9f76ba28ae735037d1126f8ee55c7da81f423071 (patch) | |
tree | 5b9f8c84dc25aaa384fe27386780e73c797e1340 /TODO | |
download | kvm-manager-9f76ba28ae735037d1126f8ee55c7da81f423071.tar.gz kvm-manager-9f76ba28ae735037d1126f8ee55c7da81f423071.tar.bz2 |
initial scattered import
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +TODO for KVM-Manager +-------------------- + +(much) better documentation + +file re-organization/restructuring + +debian packaging? + +more flexibility with networking (currently only supports + tun/tap-style bridging) + +/usr/local/sbin is hard-coded in places (e.g. in the run and finish + scripts); it probably shouldn't be. + +screen logging is still sub-par, and could potentially fill the host + disks if the kernel spew is immense -- rotate? filter through + svlogd somehow? same problem as cereal. |