Commit Graph

  • 4af6b4777a Remove unnecessary kernel drivers. Big reduction in image size. Richard Jones 2009-04-07 11:06:23 +01:00
  • af92796e03 Fix incorrect realloc size which was causing 'ls' command to fail on large directories. Richard Jones 2009-04-07 10:42:15 +01:00
  • 6085137e65 Implement simple lvs/vgs/pvs commands. Richard Jones 2009-04-07 10:25:46 +01:00
  • 7ea56c8d0b Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands. Richard Jones 2009-04-07 09:52:46 +01:00
  • 73d6932ab2 pvs/vgs/lvs commands working now. Richard Jones 2009-04-07 06:50:31 +01:00
  • 8e570870f5 Implement list-devices and list-partitions. Richard Jones 2009-04-06 12:55:26 +01:00
  • 1cf85b1e60 Implementations of 'cat', 'ls', and some cleanups. Richard Jones 2009-04-06 11:44:48 +01:00
  • bf17bf81fe Debugging tips. Richard Jones 2009-04-06 11:43:14 +01:00
  • e5e9541f2d Fix incorrect short description of 'cat' command Richard Jones 2009-04-04 16:52:52 +01:00
  • 843514eef9 Implement RString and RStringList return types. - implement 'll' command. - outlines for 'ls' and 'cat' commands. Richard Jones 2009-04-04 16:38:28 +01:00
  • eb50cde931 Implement the alloc shell command. Richard Jones 2009-04-04 14:51:48 +01:00
  • fdeae81d81 guest_add_{drive,cdrom} now test if the files exist. Richard Jones 2009-04-04 14:51:31 +01:00
  • f0624da341 Add %post and %postun. Richard Jones 2009-04-04 13:17:46 +01:00
  • 6941420efe Fix parsing of paths with more than one element. Richard Jones 2009-04-04 13:17:32 +01:00
  • 8358ea9524 LIBGUESTFS_PATH implementation. Richard Jones 2009-04-04 12:54:47 +01:00
  • 017b503c3b Document --add and --mount options. Richard Jones 2009-04-04 11:29:44 +01:00
  • 236b5295bf Mostly working spec file. Richard Jones 2009-04-04 11:27:26 +01:00
  • c9cc61940b Implemented autosync, make it the default for guestfish. Richard Jones 2009-04-04 10:41:34 +01:00
  • 64a5ae0e96 Generate actions section in guestfs.3 man page. Richard Jones 2009-04-04 10:29:25 +01:00
  • 6d37b7698c Implemented running actions in guestfish. Richard Jones 2009-04-04 09:40:44 +01:00
  • b4c040d30e More tidy up of messages. Richard Jones 2009-04-04 01:49:36 +01:00
  • 76f3ea8fb3 Command line, help. Richard Jones 2009-04-04 01:40:43 +01:00
  • 4567839859 Command line and interactive shell parsing, prompts etc. Richard Jones 2009-04-04 00:58:40 +01:00
  • bc0b3d6f47 Added outline of shell command, added generator support. Richard Jones 2009-04-03 23:47:47 +01:00
  • b72ec21d24 Small updates to the generator. Richard Jones 2009-04-03 22:45:42 +01:00
  • 99bd425a0a Implemented 'mount' and 'touch' commands. Richard Jones 2009-04-03 22:25:34 +01:00
  • f5d2602bf6 Added a HACKING file. Richard Jones 2009-04-03 22:24:32 +01:00
  • 8ae9f67a17 Added images/ directory for test images, and one image. Richard Jones 2009-04-03 20:30:42 +01:00
  • 316bbc3666 Parses return values and returned errors properly. Richard Jones 2009-04-03 19:51:02 +01:00
  • ff1f39794b Make the partition configurable. Richard Jones 2009-04-03 19:16:27 +01:00
  • e83181345f Added README file for examples directory. Richard Jones 2009-04-03 19:13:48 +01:00
  • 3906e4ff91 No verbose. User can enable by setting LIBGUESTFS_DEBUG=1 if they want. Richard Jones 2009-04-03 19:11:44 +01:00
  • 9c5ea36450 Pass -no-kqemu parameter to avoid warning about kqemu. Richard Jones 2009-04-03 19:11:29 +01:00
  • d134143b55 Makes a series of non-trivial calls. Richard Jones 2009-04-03 19:08:19 +01:00
  • 40ca9a5782 Daemon and library are mostly talking to each other now. Richard Jones 2009-04-03 17:24:35 +01:00
  • cd2fd58da3 Remove initramfs/fakelog.root if make-initramfs fails. Richard Jones 2009-04-03 17:23:33 +01:00
  • 1fbc83c9c2 Remove NFS support - we will probably use FTP instead. Richard Jones 2009-04-03 17:23:03 +01:00
  • 55bf8fd622 Lots more auto-generation. Richard Jones 2009-04-03 11:29:55 +01:00
  • a8b84fe17f Set up ethernet interface. Richard Jones 2009-04-03 11:27:52 +01:00
  • 8d0068a752 Start the generated code and code generator. Richard Jones 2009-04-03 01:15:17 +01:00
  • 15dbb6973a Add the first version of the guestfsd daemon. Richard Jones 2009-04-03 01:14:44 +01:00
  • 207056e823 Add update-initramfs.sh.in so we don't need to rebuild initramfs for small changes in the daemon. Richard Jones 2009-04-03 01:13:42 +01:00
  • 11d20e2b9f Updated to newer GPLv2 document. Richard Jones 2009-04-03 01:12:21 +01:00
  • 56465eb694 Correctly handle the case when select runs out of filehandles. Richard Jones 2009-04-02 20:55:41 +01:00
  • 163e399a00 Code to handle the daemon communications socket. Richard Jones 2009-04-02 20:46:55 +01:00
  • 88f69eb031 Guest boots, and basic select/callbacks work. Richard Jones 2009-04-02 20:07:21 +01:00
  • e94fca28c7 Ignore generated manual page. Richard Jones 2009-04-02 17:00:13 +01:00
  • 27146d368a More documentation updates. Richard Jones 2009-04-02 15:15:55 +01:00
  • 82dd4b8a30 More documentation. Richard Jones 2009-04-02 12:10:59 +01:00
  • 5de49dc0d8 Documentation of low-level API. Richard Jones 2009-04-01 20:29:03 +01:00
  • fddf794d1a Add test-boot-realistic target. Richard Jones 2009-04-01 16:08:23 +01:00
  • fe6820c1bb Correct permissions problem in root filesystem by using febootstrap-run properly. Richard Jones 2009-04-01 16:08:01 +01:00
  • 6ed48042e4 Various fixes to the build system, add 'make test-boot-image' target. Richard Jones 2009-04-01 12:57:45 +01:00
  • 002cdf48fe Run autoreconf with -i parameter. Richard Jones 2009-04-01 12:57:25 +01:00
  • 7ec96575f7 More files to ignore. Richard Jones 2009-04-01 12:57:10 +01:00
  • 8c07ad6191 Print size of kernel, don't need to delete gnome/help any more. Richard Jones 2009-04-01 12:56:49 +01:00
  • 1a2deb2bcd Moved .cvsignore -> .gitignore. Richard Jones 2009-04-01 12:53:40 +01:00
  • 863d13ea1a Build the initramfs. rjones 2009-03-24 14:15:13 +00:00
  • 91df7a164b Now using febootstrap. rjones 2009-03-24 09:38:31 +00:00
  • 09c16b5da0 Starts up QEMU now rjones 2009-03-04 13:18:48 +00:00
  • b6233d1fff Running qemu as a subprocess. rjones 2009-03-03 15:35:50 +00:00
  • 407caabfd0 Final fixes to build environment, and added autogen.sh. rjones 2009-03-03 09:08:12 +00:00
  • 28d760b154 Build environment set up for libguestfs. rjones 2009-03-03 08:58:37 +00:00