Richard W.M. Jones
632012e641
Added ping-daemon command.
2009-05-01 11:47:23 +01:00
Richard W.M. Jones
24bee20ce4
Generated code for dmesg command.
2009-05-01 11:27:52 +01:00
Richard W.M. Jones
8c60f5c681
Added dmesg command.
2009-05-01 11:27:32 +01:00
Richard W.M. Jones
9222136ac9
Generated code for drop-caches command.
2009-05-01 11:18:53 +01:00
Richard W.M. Jones
2dc9e8a858
Added drop-caches command.
2009-05-01 11:18:44 +01:00
Richard W.M. Jones
ac286b26df
Generated code for cp, cp-a and mv commands.
2009-05-01 11:00:46 +01:00
Richard W.M. Jones
3cb794463a
Add cp, cp-a and mv commands.
2009-05-01 11:00:34 +01:00
Richard W.M. Jones
af50874500
Always look for qemu-kvm, even on non-x86_64 platform.
2009-05-01 10:59:51 +01:00
Richard W.M. Jones
65f77271f2
Check fakechroot >= 2.9
2009-05-01 10:11:12 +01:00
Richard Jones
62fa13411d
Version 1.0.17
1.0.17
2009-04-30 23:39:31 +01:00
Richard Jones
e118c14b95
Generated code for grub-install command.
2009-04-30 23:10:22 +01:00
Richard Jones
b55bf8158f
Add grub-install command.
2009-04-30 23:10:15 +01:00
Richard Jones
0fea1c7671
Replace rtl8139 network card with virtio-net.
2009-04-30 22:39:36 +01:00
Richard Jones
58b9f95e00
Add documentation for the 'edit' and 'echo' commands.
2009-04-30 21:29:40 +01:00
Richard Jones
4581eb2523
Added guestfish 'echo' command.
1.0.16
2009-04-30 20:11:04 +01:00
Richard Jones
df189925e4
Added a comment syntax to guestfish (# ...).
2009-04-30 19:53:52 +01:00
Richard Jones
f1c552c436
Prepare for version 1.0.16.
2009-04-30 19:44:28 +01:00
Richard Jones
36f9dac1a2
Added notes to the 'fsck' command documentation.
2009-04-30 19:32:58 +01:00
Richard Jones
62df226f26
Added 'zero' command to wipe partition tables and superblocks.
2009-04-30 19:28:54 +01:00
Richard Jones
2a42bec2c5
Correct the path to /sbin/fsck.
2009-04-30 19:28:08 +01:00
Richard Jones
89404ec0ba
Enable parallel builds (Jim Meyering).
2009-04-30 18:59:02 +01:00
Richard Jones
0703248d23
Add generated code for 'fsck' command.
2009-04-30 18:57:07 +01:00
Richard Jones
c69c369530
Added 'fsck' command.
2009-04-30 18:56:55 +01:00
Richard Jones
296b536c96
Bind-mount /dev, /proc and /sys into chroot when running commands.
2009-04-30 18:05:13 +01:00
Richard Jones
f7e6ffa8a8
Autosync now runs umount-all; sync
2009-04-30 17:34:23 +01:00
Richard Jones
e4733575ef
Fix umount_all command so it unmounts filesystems in the correct order.
2009-04-30 17:25:14 +01:00
Jim Meyering
41b959fd9b
build: don't tell "make clean" to remove my '~' backup files
...
Hi Rich,
automake's policy on what to remove via "make clean" is reasonable:
if running build rules creates it, then "make clean" can and should remove it.
However, even if build rules happen
to create backup files, please remove only the specific ones
they can create, not all of the ones in a directory. Just in case
someone relies on those and expect them to hang around...
>From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@redhat.com >
Date: Thu, 30 Apr 2009 15:47:52 +0200
Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files
* Makefile.am (CLEANFILES): Don't remove '~' backup files.
* daemon/Makefile.am: Ditto.
* examples/Makefile.am: Ditto.
* fish/Makefile.am: Ditto.
* images/Makefile.am: Ditto.
* inspector/Makefile.am: Ditto.
* java/Makefile.am: Ditto.
* ocaml/Makefile.am: Ditto.
* ocaml/examples/Makefile.am: Ditto.
* perl/Makefile.am: Ditto.
* python/Makefile.am: Ditto.
* ruby/Makefile.am: Ditto.
* src/Makefile.am: Ditto.
2009-04-30 16:13:06 +01:00
Richard Jones
5e62afd7ce
Safer way to copy RPMs in no-net builds (Jim Meyering).
2009-04-30 16:09:50 +01:00
Richard Jones
3c5bcce927
Updated the generator so it only overwrites files if they've changed.
2009-04-30 15:43:11 +01:00
Richard Jones
abb447c32a
Correction to 366a86fb60:
...
The code in fish/completion.c is generated, so update the generator instead.
2009-04-30 14:20:07 +01:00
Jim Meyering
366a86fb60
* fish/completion.c (commands): Declare with a 2nd "const".
...
It's a const array of const strings.
>From 70c53d3169ae53fc4874e00975893d33387c51e6 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@redhat.com >
Date: Thu, 30 Apr 2009 14:33:01 +0200
Subject: [PATCH] * fish/completion.c (commands): Declare with a 2nd "const".
2009-04-30 14:15:22 +01:00
Richard Jones
de2cf8615a
Use AC_PROG_CC_STDC because we really need an ISO C compiler (Jim Meyering).
2009-04-30 14:15:00 +01:00
Richard Jones
ab0397017c
Use safe_malloc and/or check returns from malloc (Jim Meyering).
2009-04-30 14:01:53 +01:00
Richard Jones
6f5c3984a7
Fix unchecked malloc (Jim Meyering).
2009-04-30 13:36:26 +01:00
Richard Jones
4f7cc37e5f
Fix unchecked malloc & realloc in 'commandv' func (Jim Meyering).
2009-04-30 13:36:06 +01:00
Richard Jones
6dff51fc7d
Check return value from realloc call (Jim Meyering).
2009-04-30 13:35:36 +01:00
Richard Jones
668d27b568
Rename tune2fs.c -> ext2.c
2009-04-30 13:02:29 +01:00
Richard Jones
f666990c2f
Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs
2009-04-28 22:44:59 +01:00
Richard Jones
1507d230a8
[PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim Meyering)
2009-04-28 22:06:27 +01:00
Richard Jones
141f019348
Resync with proposed Fedora specfile.
2009-04-28 17:44:10 +01:00
Richard Jones
1957e9ed34
Build virt-inspector HTML for the website.
2009-04-28 17:37:59 +01:00
Richard Jones
fd99b96c97
Prepare for 1.0.15.
1.0.15
2009-04-28 16:06:02 +01:00
Richard Jones
0aa45a5662
XML output.
2009-04-28 16:04:12 +01:00
Richard Jones
6f2929c463
Perl output.
2009-04-28 15:15:56 +01:00
Richard Jones
5ca50cbee9
--fish and --ro-fish options working.
2009-04-28 15:08:26 +01:00
Richard Jones
5aa57fbd34
Added virt-inspector program from virt-v2v.
2009-04-28 14:22:01 +01:00
Richard Jones
798b8dc5d8
s/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha).
2009-04-28 11:39:27 +01:00
Richard Jones
1d96b8bdb4
Fix perl hanging during configure (thanks to Luciano Miguel Ferreira Rocha).
2009-04-28 09:59:35 +01:00
Richard Jones
b03ee3675b
Generated code for ext2 UUID and label functions.
2009-04-27 13:41:59 +01:00
Richard Jones
afca1dba5e
Functions for getting and setting the ext2 UUID and label.
2009-04-27 13:41:30 +01:00