diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-01-02 21:01:43 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-01-02 21:01:43 +0000 |
commit | f13f3386007381f2955f8cfc45ecf84d9ebfa0ce (patch) | |
tree | 483cb40872912ec827f18c61e2f12fe11b1e059d | |
parent | dd7ad7c7ebd7b3cf7fbcc03d3baadbb77bf4203a (diff) | |
download | libguestfs-f13f3386007381f2955f8cfc45ecf84d9ebfa0ce.tar.gz libguestfs-f13f3386007381f2955f8cfc45ecf84d9ebfa0ce.tar.xz libguestfs-f13f3386007381f2955f8cfc45ecf84d9ebfa0ce.zip |
Update TODO file.
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ------------------ |