git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd7ad7c
)
Update TODO file.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 2 Jan 2011 21:01:43 +0000
(21:01 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 2 Jan 2011 21:01:43 +0000
(21:01 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
f781fb8
..
ca649ba
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-364,6
+364,14
@@
parsing code, eg:
% is better than $ because of shell escaping and confusion with shell
variables.
+Can we combine this with ability to set and read environment
+variables? Currently guestfish uses many environment variables like
+$EDITOR without any corresponding ability to set them.
+
+ set EDITOR /usr/bin/emacs
+ echo $EDITOR # or %{EDITOR}
+ edit /etc/resolv.conf
+
live CD inspection
------------------