summaryrefslogtreecommitdiffstats
path: root/appliance
Commit message (Collapse)AuthorAgeFilesLines
...
* 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