Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ignore failure of 'mv' commands in appliance Makefile. | Richard W.M. Jones | 2009-07-31 | 1 | -2/+2 | |
| | | | | | A lot of people report these as 'errors' when they are not. Hide the error messages. | |||||
* | add nls_base.ko and nls_cp437.ko for vfat | Guido Günther | 2009-07-18 | 1 | -0/+2 | |
| | ||||||
* | Fix non-srcdir builds: Files generated by configure should be in the tarball. | Richard Jones | 2009-07-16 | 1 | -2/+0 | |
| | ||||||
* | More misc fixes to non-srcdir builds. | Richard Jones | 2009-07-16 | 1 | -1/+1 | |
| | ||||||
* | Miscellaneous fixes for non-srcdir builds. | Richard Jones | 2009-07-16 | 1 | -1/+1 | |
| | ||||||
* | Add reiserfs module to kernel whitelist. | Richard Jones | 2009-07-14 | 1 | -0/+2 | |
| | ||||||
* | RHEL 5: RHEL kernels don't have $arch at the end, so look for non-arch ↵ | Richard Jones | 2009-07-07 | 1 | -1/+5 | |
| | | | | kernels too. | |||||
* | use 'stupid_simple' instead of 'nested' initramfs | Guido Günther | 2009-07-04 | 1 | -1/+1 | |
| | | | | speeds up start of the appliance | |||||
* | select proper kernel by architecture | Guido Günther | 2009-07-04 | 1 | -1/+1 | |
| | ||||||
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 3 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | remove superflous debirf scripts | Guido Günther | 2009-07-03 | 5 | -8/+0 | |
| | ||||||
* | Don't keep rebuilding debirf module symlinks. | Richard W.M. Jones | 2009-07-03 | 1 | -0/+1 | |
| | ||||||
* | Add Debian appliance directory to the distfile. | Richard W.M. Jones | 2009-07-03 | 1 | -1/+22 | |
| | | | | | | | 'make dist' won't copy symlinks into the output file, so we have to add a rule to the Makefile to copy these. (Issue reported by Guido Gunther). | |||||
* | Don't rebuild the whole appliance if just the /init script has been changed. | Richard W.M. Jones | 2009-07-02 | 3 | -11/+7 | |
| | ||||||
* | Improve virtio-blk performance (RHBZ#509383). | Richard W.M. Jones | 2009-07-02 | 1 | -0/+3 | |
| | ||||||
* | Build Debian based appliance using debirf | Guido Günther | 2009-07-02 | 2 | -123/+139 | |
| | ||||||
* | add debirf files | Guido Günther | 2009-07-02 | 12 | -0/+117 | |
| | ||||||
* | unconditionally load dm module | Guido Günther | 2009-07-02 | 1 | -1/+1 | |
| | | | | needed for device mapper (LVM) | |||||
* | add missing module | Guido Günther | 2009-07-02 | 1 | -0/+1 | |
| | | | | for modularized Debian kernels | |||||
* | Whitelist kernel modules for hardware emulated by QEMU | Guido Günther | 2009-06-30 | 1 | -4/+13 | |
| | | | | | (Modified from Guido's original patch to use a wildcard to specify all virtio modules - RWMJ). | |||||
* | Use udev if available (Guido Gunter). | Guido Günther | 2009-06-30 | 2 | -19/+30 | |
| | | | | Added support for Fedora's udev (Richard Jones). | |||||
* | define REDHAT and DEBIAN | Guido Günther | 2009-06-30 | 2 | -8/+18 | |
| | | | | so we can preprocess packagelist.in | |||||
* | Fix permissions on generated scripts in the appliance/ directory. | Richard W.M. Jones | 2009-06-24 | 1 | -10/+0 | |
| | ||||||
* | Make the supermin helper look for any x86 kernel | Matthew Booth | 2009-06-23 | 1 | -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. | |||||
* | Added 'scrub-*' commands for securely scrubbing filesystems. | Richard W.M. Jones | 2009-06-23 | 1 | -0/+1 | |
| | ||||||
* | Add whitespace to the init script (no functional change). | Richard Jones | 2009-06-22 | 1 | -1/+10 | |
| | ||||||
* | Issue MAKEDEV commands in a loop (RHBZ#507374). | Richard Jones | 2009-06-22 | 1 | -2/+6 | |
| | ||||||
* | Include the lsof package. | Richard Jones | 2009-06-22 | 1 | -0/+1 | |
| | ||||||
* | test-boot-realistic rule should boot the rescue shell. | Richard Jones | 2009-06-22 | 1 | -1/+1 | |
| | ||||||
* | Rebuild supermin appliance when the daemon is updated. | Richard Jones | 2009-06-22 | 1 | -1/+1 | |
| | ||||||
* | Supermin: choose newest available kernel. | Richard W.M. Jones | 2009-06-19 | 1 | -4/+6 | |
| | ||||||
* | Move init script into a separate file. | Richard W.M. Jones | 2009-06-19 | 3 | -35/+32 | |
| | ||||||
* | Move distro package list to a separate packagelist.in file. | Richard W.M. Jones | 2009-06-19 | 3 | -25/+43 | |
| | ||||||
* | Remove unreadable binaries that give warnings in supermin appliance. | Richard Jones | 2009-06-18 | 1 | -0/+20 | |
| | ||||||
* | Rename guestfs-supermin-helper -> libguestfs-supermin-helper. | Richard Jones | 2009-06-18 | 2 | -3/+3 | |
| | ||||||
* | Don't compress the supermin base initramfs. | Richard Jones | 2009-06-16 | 1 | -1/+4 | |
| | ||||||
* | Reverse sense of whitelist test. | Richard Jones | 2009-06-16 | 1 | -2/+2 | |
| | ||||||
* | Missing files from previous release. | Richard Jones | 2009-06-15 | 1 | -1/+4 | |
| | ||||||
* | Experimental implementation of the supermin appliance (passes most tests). | Richard Jones | 2009-06-15 | 6 | -14/+275 | |
| | ||||||
* | Move kernel module list to a separate whitelist file. | Richard Jones | 2009-06-15 | 3 | -30/+55 | |
| | ||||||
* | 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 | 3 | -5/+5 | |
| | ||||||
* | Add guestfs_rescue=1 appliance option to start a rescue shell. | Richard Jones | 2009-06-11 | 1 | -0/+3 | |
| | ||||||
* | Allow HFS+, UFS and XFS filesystems (add to kmod whitelist). | Richard Jones | 2009-06-10 | 1 | -0/+4 | |
| | ||||||
* | Add missing /dev devices (bug 503169 comment 10). | Richard Jones | 2009-06-04 | 1 | -0/+7 | |
| | ||||||
* | mount /dev via tmpfs before MAKEDEV invocation. | Charles Duffy | 2009-06-04 | 1 | -0/+1 | |
| | | | | | This ensures that /dev can be bind-mounted when running commands, as initramfs cannot be bind-mounted. | |||||
* | Add cramfs and squashfs kernel modules (RHBZ#503135). | Richard W.M. Jones | 2009-05-29 | 1 | -0/+2 | |
| |