Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysprep: remove the data and log files of puppet | Wanlong Gao | 2012-05-25 | 1 | -1/+0 |
| | | | | | | Remove the data(keys) and log files of puppet. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | TODO: sysprep todo list clearance | Wanlong Gao | 2012-05-22 | 1 | -3/+0 |
| | | | | | | Remove the implemented features from TODO list. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | todo: Notes about partitioning tools. | Richard W.M. Jones | 2012-05-14 | 1 | -0/+25 |
| | |||||
* | TODO: add note for libblkid | Wanlong Gao | 2012-05-14 | 1 | -0/+3 |
| | | | | | | Add the note about compatible in TODO for libblkid. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | todo: virt-sparsify whitelist option. | Richard W.M. Jones | 2012-04-30 | 1 | -0/+7 |
| | |||||
* | TODO: remove sssd and samba in sysprep | Wanlong Gao | 2012-04-25 | 1 | -3/+0 |
| | | | | | | remove the TODO of sssd and samba in sysprep. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | todo: Suggest 'virt-customize' tool. | Richard W.M. Jones | 2012-04-24 | 1 | -1/+10 |
| | |||||
* | todo: Debian APT cache is now removed (thanks Wanlong Gao). | Richard W.M. Jones | 2012-04-24 | 1 | -1/+0 |
| | | | | This updates commit 7fc7c3aa5b8088abc52b5cc39b682cdaedd1ba84. | ||||
* | sysprep: flag the system for reconfiguration | Wanlong Gao | 2012-04-23 | 1 | -2/+0 |
| | | | | | | | | | | Flag the system for reconfiguration by touching /.unconfigured . Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Updated so this is disabled by default, since it requires user intervention at next boot. | ||||
* | todo: Note about -cpu host. | Richard W.M. Jones | 2012-04-17 | 1 | -0/+5 |
| | |||||
* | New APIs for reading and writing ext2 file attributes and file generation. | Richard W.M. Jones | 2012-04-13 | 1 | -2/+0 |
| | | | | | | | | | | | | The new APIs are: get-e2attrs: List ext2 file attributes of a file. set-e2attrs: Set or clear ext2 file attributes of a file. get-e2generation: Get ext2 file generation of a file. set-e2generation: Set ext2 file generation of a file. These are implemented using the lsattr and chattr programs from e2fsprogs. | ||||
* | todo: Remove obsolete sections from the TODO file. | Richard W.M. Jones | 2012-04-13 | 1 | -174/+0 |
| | |||||
* | sysprep: remove .ssh directory in users' directory | Wanlong Gao | 2012-04-13 | 1 | -1/+0 |
| | | | | | | | Remove the .ssh directory of user "root" and any other users who have a .ssh directory in their home directory. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | sysprep: Add GDM and session preferences to logfiles. | Richard W.M. Jones | 2012-04-03 | 1 | -3/+0 |
| | |||||
* | sysprep: Remove installation logfiles in /root. | Richard W.M. Jones | 2012-04-03 | 1 | -1/+0 |
| | |||||
* | todo: Document proposed attach-method fd:N | Richard W.M. Jones | 2012-03-20 | 1 | -0/+20 |
| | |||||
* | todo: Suggestion for virt-sysprep. | Richard W.M. Jones | 2012-03-16 | 1 | -0/+1 |
| | |||||
* | todo: Document further virt-sparsify improvements. | Richard W.M. Jones | 2012-03-15 | 1 | -0/+8 |
| | |||||
* | todo: More ongoing code cleanups. | Richard W.M. Jones | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | todo: Document ongoing code cleanups. | Richard W.M. Jones | 2012-03-14 | 1 | -0/+16 |
| | |||||
* | New API: set-label, for setting a label on any filesystem. | Richard W.M. Jones | 2012-02-27 | 1 | -4/+0 |
| | | | | | | Currently only ext2/3/4 and (newly) NTFS are supported. This change also deprecates set-e2label. | ||||
* | New APIs: ntfsclone-in, ntfsclone-out. | Richard W.M. Jones | 2012-02-27 | 1 | -2/+0 |
| | |||||
* | Update TODO. | Richard W.M. Jones | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | NEW API: add a new api wipefs | Wanlong Gao | 2012-02-10 | 1 | -2/+0 |
| | | | | | | | Add the new api wipefs to erase the filesystem signatures on a device but now erase any data. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | TODO: remove the implemented command blkid | Wanlong Gao | 2011-12-05 | 1 | -1/+0 |
| | | | | | | Remove the implemented command blkid from TODO lists. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | todo: Suggestion for UUIDs in /etc/fstab (thanks Joshua Daniel Franklin). | Richard W.M. Jones | 2011-11-30 | 1 | -1/+3 |
| | |||||
* | More TODO items. | Richard W.M. Jones | 2011-10-14 | 1 | -0/+31 |
| | |||||
* | virt-sysprep: Add cron-spool, mail-spool, utmp. | Richard W.M. Jones | 2011-10-14 | 1 | -2/+0 |
| | |||||
* | virt-sysprep: Add rhn-systemid. | Richard W.M. Jones | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | virt-sysprep: Switch to using guestmount, add more features. | Richard W.M. Jones | 2011-10-13 | 1 | -13/+2 |
| | | | | | | | | | | | | | | | | This switches virt-sysprep to use guestmount instead of guestfish. This makes the script a little bit easier to modify for sysadmins. This commit also adds: - dhcp-client-state - dhcp-server-state - logfiles - random-seed - smolt-uuid - yum-uuid SELinux relabelling, and a section on security in the manual page. | ||||
* | virt-sysprep: Further TODO items (thanks Nikita Menkovich). | Richard W.M. Jones | 2011-10-13 | 1 | -0/+1 |
| | |||||
* | virt-sysprep: Further TODO items (thanks Marko Myllynen, James Antill). | Richard W.M. Jones | 2011-10-13 | 1 | -0/+15 |
| | |||||
* | virt-sysprep: Update TODO list again. | Richard W.M. Jones | 2011-10-11 | 1 | -0/+2 |
| | |||||
* | virt-sysprep: Update TODO list (thanks Steve Grubb, Dan Berrange). | Richard W.M. Jones | 2011-10-11 | 1 | -0/+15 |
| | |||||
* | TODO: More virt-sysprep suggestions (thanks librarian). | Richard W.M. Jones | 2011-10-10 | 1 | -0/+4 |
| | |||||
* | Update TODO file with future plans for virt-sysprep. | Richard W.M. Jones | 2011-10-10 | 1 | -0/+13 |
| | |||||
* | erlang: Use the official autoconf macros. | Richard W.M. Jones | 2011-09-22 | 1 | -6/+0 |
| | |||||
* | todo: Suggestion to improve Erlang bindings. | Richard W.M. Jones | 2011-09-21 | 1 | -0/+6 |
| | |||||
* | Update TODO. | Richard W.M. Jones | 2011-08-05 | 1 | -0/+22 |
| | |||||
* | TODO: Attach method for disconnected operation. | Richard W.M. Jones | 2011-07-12 | 1 | -0/+12 |
| | |||||
* | New API: inspect-get-icon returns the guest icon. | Richard W.M. Jones | 2011-06-28 | 1 | -7/+0 |
| | | | | | | | | | | This API returns the guest's favicon if found, else an icon representing the guest operating system. Currently supported by this patch: Fedora, RHEL and derivatives, Debian (but not Ubuntu), Windows XP, Windows 7. This also updates virt-inspector to include an <icon> element containing the icon in base64 encoding. | ||||
* | todo: Idea for interactive disk creator program. | Richard W.M. Jones | 2011-06-18 | 1 | -1/+6 |
| | |||||
* | virt-ls: Add virt-ls -lR option for complex file iteration. | Richard W.M. Jones | 2011-06-04 | 1 | -0/+3 |
| | |||||
* | todo: Document thoughts on visiting files. | Richard W.M. Jones | 2011-05-20 | 1 | -0/+40 |
| | |||||
* | todo: Remove event log parsing - done. | Richard W.M. Jones | 2011-05-18 | 1 | -10/+0 |
| | |||||
* | appliance: Use qemu -machine option where available (RHBZ#700369). | Richard W.M. Jones | 2011-05-17 | 1 | -5/+0 |
| | |||||
* | todo: See if qemu -machine option can be used to select KVM, TCG acceleration. | Richard W.M. Jones | 2011-05-16 | 1 | -0/+5 |
| | |||||
* | fish: Allow -d UUID (specify libvirt domains by UUID). | Richard W.M. Jones | 2011-05-06 | 1 | -5/+0 |
| | | | | | | | | | | | | | | This applies in all the commands which use the common C option parsing code, ie: * guestfish * guestmount * virt-cat * virt-df * virt-filesystems * virt-inspector * virt-ls * virt-rescue | ||||
* | todo: Integrate with CMDBs (thanks Quinten Laureijs). | Richard W.M. Jones | 2011-04-26 | 1 | -0/+10 |
| | |||||
* | Update TODO. | Richard W.M. Jones | 2011-04-21 | 1 | -0/+31 |
| |