summaryrefslogtreecommitdiffstats
path: root/appliance/kmod.whitelist.in
Commit message (Collapse)AuthorAgeFilesLines
* New APIs: Support for opening LUKS-encrypted disks.Richard Jones2010-07-211-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for opening LUKS-encrypted disks, via three new APIs: luks_open: Create a mapping for an encrypted disk. luks_open_ro: Same, but read-only mapping. luks_close: Close a mapping. A typical guestfish session using this functionality looks like this: $ guestfish --ro -a encrypted.img ><fs> run ><fs> list-devices /dev/vda ><fs> list-partitions /dev/vda1 /dev/vda2 ><fs> vfs-type /dev/vda2 crypto_LUKS ><fs> luks-open /dev/vda2 luksdev Enter key or passphrase ("key"): ><fs> vgscan ><fs> vg-activate-all true ><fs> pvs /dev/dm-0 ><fs> vgs vg_f13x64encrypted ><fs> lvs /dev/vg_f13x64encrypted/lv_root /dev/vg_f13x64encrypted/lv_swap ><fs> mount /dev/vg_f13x64encrypted/lv_root / ><fs> ll / total 132 dr-xr-xr-x. 24 root root 4096 Jul 21 12:01 . dr-xr-xr-x 20 root root 0 Jul 21 20:06 .. drwx------. 3 root root 4096 Jul 21 11:59 .dbus drwx------. 2 root root 4096 Jul 21 12:00 .pulse -rw-------. 1 root root 256 Jul 21 12:00 .pulse-cookie dr-xr-xr-x. 2 root root 4096 May 13 03:03 bin NOT included in this patch: - An easier way to use this from guestfish. - Ability to create LUKS devices. - Ability to change LUKS keys on existing devices. - Direct access to the /dev/mapper device (eg. if it contains anything apart from VGs).
* Fix gfs2 support by adding required kernel modules.Richard Jones2010-06-281-0/+4
|
* RHEL 6: sr_mod.ko is needed for RHEL 6 to see CD-ROM devices (RHBZ#598807).Richard Jones2010-06-021-0/+1
|
* Whitelist the loop kernel moduleMatthew Booth2010-04-221-0/+2
| | | | loop is sometimes a module, for example on RHEL 5.
* Add support for minix filesystem (RHBZ#576689).Richard Jones2010-03-241-0/+2
|
* Missing crc kernel module on RHEL 6 / Linux 2.6.32 (fixes RHBZ#557195)Richard Jones2010-01-211-2/+3
|
* Add ata_piix to kernel module whitelist (RHBZ#533886).Richard Jones2009-11-101-0/+1
|
* Debian: Include ISOFS driver in the kernel.Richard Jones2009-11-041-0/+3
|
* Include HFS (Mac OS X) driver.Richard Jones2009-10-251-1/+2
|
* Add ne2k-pci driver to the appliance.Richard Jones2009-08-061-0/+4
| | | | | This allows people to use the ne2k-pci network driver, for those situations where the virtio_net driver is broken (cough 516022 cough).
* add nls_base.ko and nls_cp437.ko for vfatGuido Günther2009-07-181-0/+2
|
* Add reiserfs module to kernel whitelist.Richard Jones2009-07-141-0/+2
|
* 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).
* Experimental implementation of the supermin appliance (passes most tests).Richard Jones2009-06-151-0/+38