Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fix the rule which rebuilds make-initramfs.sh. | Richard W.M. Jones | 2009-05-29 | 1 | -1/+1 | |
| | ||||||
* | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 3 | -0/+280 | |