summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added guestfish -i option to run virt-inspector.Richard W.M. Jones2009-06-244-12/+91
| | | | | | You can invoke guestfish with: guestfish -i libvirt-domain guestfish -i disk-image(s)
* Implement guestfish -f option to allow guestfish scripts.Richard W.M. Jones2009-06-243-8/+37
| | | | | New '-f' option allows scripts to be written using: #!/usr/bin/guestfish -f
* Incorrect assignment on glob error path.Richard W.M. Jones2009-06-241-1/+1
|
* Todo items: guestfish options -i and -f.Richard W.M. Jones2009-06-241-0/+8
|
* Implement libtool library versioning.Richard W.M. Jones2009-06-235-1/+73
| | | | | | | | Use maximum proc_nr (MAX_PROC_NR) as a surrogate for the library ABI version, resulting in version numbers such as libguestfs.so.0.<MAX_PROC_NR>.0 for the final library. Add ABI guarantee to the documentation.
* Make the supermin helper look for any x86 kernelMatthew Booth2009-06-231-5/+5
| | | | | | If you've got a non-PAE kernel installed on an i686 machine, the kernel architecture is i586. This change makes sure that supermin finds the installed kernel.
* Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-2323-10/+1239
|
* Added 'scrub-*' commands for securely scrubbing filesystems.Richard W.M. Jones2009-06-234-1/+157
|
* Bump up default guest size to 500M.Richard W.M. Jones2009-06-231-1/+1
|
* Updated Polish translation (RHBZ#502533).Richard W.M. Jones2009-06-231-7/+22
|
* Command line argument handling.Richard W.M. Jones2009-06-234-19/+110
|
* '-no-kqemu' option is no longer necessary to avoid a warning.Richard W.M. Jones2009-06-231-3/+0
|
* Version 1.0.511.0.51Richard Jones2009-06-221-1/+1
|
* Add whitespace to the init script (no functional change).Richard Jones2009-06-221-1/+10
|
* Issue MAKEDEV commands in a loop (RHBZ#507374).Richard Jones2009-06-221-2/+6
|
* Check parameter types in Ruby bindings (RHBZ#507346).Richard Jones2009-06-223-0/+196
|
* Improve error message when appliance doesn't match library.Richard Jones2009-06-222-2/+2
|
* Missing \n character in Ruby bindings.Richard Jones2009-06-222-8/+15
|
* Make CHROOT_IN/OUT macros should loudly if the syscall fails.Richard Jones2009-06-221-4/+15
|
* Include the lsof package.Richard Jones2009-06-221-0/+1
|
* Check return value from close() call.Richard Jones2009-06-221-1/+5
|
* The 'debug sh' command now uses a real shell.Richard Jones2009-06-221-9/+33
|
* test-boot-realistic rule should boot the rescue shell.Richard Jones2009-06-221-1/+1
|
* Rebuild supermin appliance when the daemon is updated.Richard Jones2009-06-221-1/+1
|
* Version 1.0.50.1.0.50Richard Jones2009-06-223-49/+79
|
* Add 'glob' command for guestfish.Richard Jones2009-06-225-4/+219
|
* Generated code for 'glob-expand'.Richard Jones2009-06-2222-2/+851
|
* Add 'glob-expand' command.Richard Jones2009-06-223-0/+92
|
* Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-2222-8/+837
|
* Add 'sh' and 'sh-lines' commands.Richard Jones2009-06-222-2/+49
|
* Check return value from waitpid call in command*() functions.Richard W.M. Jones2009-06-201-2/+6
|
* Add strong note about deprecation of functions which take either device ↵Richard W.M. Jones2009-06-201-0/+6
| | | | names or filenames.
* Check return value from pclose.Richard W.M. Jones2009-06-201-1/+5
|
* Update to-do list.1.0.49Richard W.M. Jones2009-06-191-0/+4
|
* Generated files for 1.0.49.Richard W.M. Jones2009-06-192-47/+49
|
* Prepare for version 1.0.49.Richard W.M. Jones2009-06-191-1/+1
|
* Supermin: choose newest available kernel.Richard W.M. Jones2009-06-191-4/+6
|
* Move init script into a separate file.Richard W.M. Jones2009-06-193-35/+32
|
* Move distro package list to a separate packagelist.in file.Richard W.M. Jones2009-06-194-25/+44
|
* Add tab-completion of guest filenames (currently disabled).Richard Jones2009-06-187-0/+214
|
* check for Debian toolsGuido Günther2009-06-181-18/+28
|
* Remove unreadable binaries that give warnings in supermin appliance.Richard Jones2009-06-181-0/+20
|
* Rename guestfs-supermin-helper -> libguestfs-supermin-helper.Richard Jones2009-06-185-7/+7
|
* Version 1.0.48.1.0.48Richard Jones2009-06-163-87/+87
|
* Don't compress the supermin base initramfs.Richard Jones2009-06-163-2/+21
|
* Reverse sense of whitelist test.Richard Jones2009-06-161-2/+2
|
* Fix build_supermin_appliance to return kernel / initrd names.Richard Jones2009-06-161-3/+12
|
* Missing files in previous release, so version 1.0.471.0.47Richard Jones2009-06-151-1/+1
|
* Missing files from previous release.Richard Jones2009-06-151-1/+4
|
* Generated files for 1.0.46 release.1.0.46Richard Jones2009-06-152-114/+124
|