Files
libguestfs/daemon
Richard Jones 641e8275b3 daemon: Set TERM=dumb inside the daemon.
Since commit 977edb3185 we have been passing TERM from the
library into the appliance (for the benefit of virt-rescue).
However this changes the output of parted, which I would argue
is a bug in parted:

 TERM=xterm /sbin/parted -m -- /dev/sda unit b print 2>&1 | hexdump -C
 00000000  1b 5b 3f 31 30 33 34 68  42 59 54 3b 0a 2f 64 65  |.[?1034hBYT;./de|

Notice the escape-sequence junk before the official "BYT;"
header.

By setting TERM=dumb we avoid this.
2010-03-30 13:36:06 +01:00
..
2010-01-13 11:27:50 +00:00
2010-01-13 11:27:50 +00:00
2009-09-14 10:13:03 +01:00
2009-11-09 22:34:16 +01:00
2010-02-15 15:35:07 +00:00
2009-07-03 17:04:21 +02:00
2009-07-03 17:04:21 +02:00
2010-03-12 16:23:46 +00:00
2009-07-03 17:04:21 +02:00
2009-11-25 16:28:26 +00:00
2009-11-26 17:16:17 +00:00

Please see README in the parent directory.