Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | appliance: Remove /usr/sbin/tcpd - it's unreadable on RHEL 5.4. | Richard Jones | 2009-08-13 | 1 | -0/+1 |
| | |||||
* | If using SELinux, mount /selinux in the appliance. | Richard Jones | 2009-08-12 | 1 | -0/+3 |
| | | | | | | If selinux=1 on the Linux kernel command line, then we mount /selinux in the appliance. We will also bind-mount this directory into guests when we run commands. | ||||
* | build: remove trailing blank lines; enable the syntax-check rule | Jim Meyering | 2009-08-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | | * cfg.mk (disable_temporarily): Remove sc_prohibit_trailing_blank_lines. * appliance/Makefile.am: Remove trailing blank line(s). * appliance/debian/modules/y0_install-guestfsd: Likewise. * appliance/make.sh.in: Likewise. * appliance/packagelist.in: Likewise. * appliance/update.sh.in: Likewise. * haskell/run-bindtests: Likewise. * ocaml/run-bindtests: Likewise. * python/run-python-tests: Likewise. * recipes/squashfs.example: Likewise. * ruby/run-ruby-tests: Likewise. | ||||
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments. | ||||
* | touch fakeroot.log | Guido Günther | 2009-07-03 | 1 | -0/+2 |
| | | | | indicationg we're done creating the appliance | ||||
* | Don't rebuild the whole appliance if just the /init script has been changed. | Richard W.M. Jones | 2009-07-02 | 1 | -7/+0 |
| | |||||
* | Build Debian based appliance using debirf | Guido Günther | 2009-07-02 | 1 | -115/+121 |
| | |||||
* | Move init script into a separate file. | Richard W.M. Jones | 2009-06-19 | 1 | -33/+1 |
| | |||||
* | Move distro package list to a separate packagelist.in file. | Richard W.M. Jones | 2009-06-19 | 1 | -23/+8 |
| | |||||
* | Remove unreadable binaries that give warnings in supermin appliance. | Richard Jones | 2009-06-18 | 1 | -0/+20 |
| | |||||
* | Experimental implementation of the supermin appliance (passes most tests). | Richard Jones | 2009-06-15 | 1 | -5/+9 |
| | |||||
* | Move kernel module list to a separate whitelist file. | Richard Jones | 2009-06-15 | 1 | -29/+16 |
| | |||||
* | Remove /lib/kbd (keyboard maps) from the appliance. | Richard Jones | 2009-06-13 | 1 | -0/+3 |
| | |||||
* | Remove firmware from the appliance. | Richard Jones | 2009-06-13 | 1 | -0/+3 |
| | |||||
* | make.sh calls update.sh directly. | Richard Jones | 2009-06-13 | 1 | -7/+4 |
| | | | | | Combine the common tail of make.sh and update.sh so that make just calls update at the end directly. The effect is the same. | ||||
* | Rename (make|update)-initramfs.sh.in -> (make|update).sh.in | Richard Jones | 2009-06-13 | 1 | -0/+179 |