summaryrefslogtreecommitdiffstats
path: root/appliance/make.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* appliance: Remove /usr/sbin/tcpd - it's unreadable on RHEL 5.4.Richard Jones2009-08-131-0/+1
|
* If using SELinux, mount /selinux in the appliance.Richard Jones2009-08-121-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 ruleJim Meyering2009-08-041-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 directoryMatthew Booth2009-07-031-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.logGuido Günther2009-07-031-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. Jones2009-07-021-7/+0
|
* Build Debian based appliance using debirfGuido Günther2009-07-021-115/+121
|
* Move init script into a separate file.Richard W.M. Jones2009-06-191-33/+1
|
* Move distro package list to a separate packagelist.in file.Richard W.M. Jones2009-06-191-23/+8
|
* Remove unreadable binaries that give warnings in supermin appliance.Richard Jones2009-06-181-0/+20
|
* Experimental implementation of the supermin appliance (passes most tests).Richard Jones2009-06-151-5/+9
|
* Move kernel module list to a separate whitelist file.Richard Jones2009-06-151-29/+16
|
* Remove /lib/kbd (keyboard maps) from the appliance.Richard Jones2009-06-131-0/+3
|
* Remove firmware from the appliance.Richard Jones2009-06-131-0/+3
|
* make.sh calls update.sh directly.Richard Jones2009-06-131-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.inRichard Jones2009-06-131-0/+179