summaryrefslogtreecommitdiffstats
path: root/appliance
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve virtio-blk performance (RHBZ#509383).Richard W.M. Jones2009-07-021-0/+3
|
* Build Debian based appliance using debirfGuido Günther2009-07-022-123/+139
|
* add debirf filesGuido Günther2009-07-0212-0/+117
|
* unconditionally load dm moduleGuido Günther2009-07-021-1/+1
| | | | needed for device mapper (LVM)
* add missing moduleGuido Günther2009-07-021-0/+1
| | | | for modularized Debian kernels
* Whitelist kernel modules for hardware emulated by QEMUGuido Günther2009-06-301-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ünther2009-06-302-19/+30
| | | | Added support for Fedora's udev (Richard Jones).
* define REDHAT and DEBIANGuido Günther2009-06-302-8/+18
| | | | so we can preprocess packagelist.in
* Fix permissions on generated scripts in the appliance/ directory.Richard W.M. Jones2009-06-241-10/+0
|
* Make the supermin helper look for any x86 kernelMatthew Booth2009-06-231-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. Jones2009-06-231-0/+1
|
* Add whitespace to the init script (no functional change).Richard Jones2009-06-221-1/+10
|
* Issue MAKEDEV commands in a loop (RHBZ#507374).Richard Jones2009-06-221-2/+6
|
* Include the lsof package.Richard Jones2009-06-221-0/+1
|
* test-boot-realistic rule should boot the rescue shell.Richard Jones2009-06-221-1/+1
|
* Rebuild supermin appliance when the daemon is updated.Richard Jones2009-06-221-1/+1
|
* Supermin: choose newest available kernel.Richard W.M. Jones2009-06-191-4/+6
|
* Move init script into a separate file.Richard W.M. Jones2009-06-193-35/+32
|
* Move distro package list to a separate packagelist.in file.Richard W.M. Jones2009-06-193-25/+43
|
* Remove unreadable binaries that give warnings in supermin appliance.Richard Jones2009-06-181-0/+20
|
* Rename guestfs-supermin-helper -> libguestfs-supermin-helper.Richard Jones2009-06-182-3/+3
|
* Don't compress the supermin base initramfs.Richard Jones2009-06-161-1/+4
|
* Reverse sense of whitelist test.Richard Jones2009-06-161-2/+2
|
* Missing files from previous release.Richard Jones2009-06-151-1/+4
|
* Experimental implementation of the supermin appliance (passes most tests).Richard Jones2009-06-156-14/+275
|
* Move kernel module list to a separate whitelist file.Richard Jones2009-06-153-30/+55
|
* 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-133-5/+5
|
* Add guestfs_rescue=1 appliance option to start a rescue shell.Richard Jones2009-06-111-0/+3
|
* Allow HFS+, UFS and XFS filesystems (add to kmod whitelist).Richard Jones2009-06-101-0/+4
|
* Add missing /dev devices (bug 503169 comment 10).Richard Jones2009-06-041-0/+7
|
* mount /dev via tmpfs before MAKEDEV invocation.Charles Duffy2009-06-041-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. Jones2009-05-291-0/+2
|
* Fix the rule which rebuilds make-initramfs.sh.Richard W.M. Jones2009-05-291-1/+1
|
* Move the appliance and build scripts into new appliance/ subdirectory.Richard W.M. Jones2009-05-283-0/+280