X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=16d6880e519088dfda2bbef11e27834edacb8a2a;hp=5dc8bd5d7a11ed53bb5694aa693f456d72e92169;hb=afe8096e9aa2a18541e92262d9473de4a65fa29e;hpb=10258cadd0067cb49b89faf1ce424b1c01f5a7c3 diff --git a/TODO b/TODO index 5dc8bd5..16d6880 100644 --- a/TODO +++ b/TODO @@ -176,3 +176,25 @@ Other initrd-* commands, such as: initrd-extract initrd-replace + +---------------------------------------------------------------------- + +Some easy non-Augeas methods to edit configuration files. +I'm thinking: + + replace /etc/file key value + +which would look in /etc/file for any instances of + + key=... + key ... + key:... + +and replace them with + + key=value + key value + key:value + +That would solve about 50% of reconfiguration needs, and for the +rest you'd use Augeas, 'download'+'upload' or 'edit'.