diff options
| author | David Lehman <dlehman@redhat.com> | 2008-08-26 14:54:40 -0500 |
|---|---|---|
| committer | David Lehman <dlehman@redhat.com> | 2008-08-26 14:56:26 -0500 |
| commit | 3a4efbf0174b18abd1300d02632f4efcb1818b52 (patch) | |
| tree | f556a320903239e7e3d57b778f9fa1889a10135f /scripts | |
| parent | 5c95742b8070a3f12bd790ec781e03214c019b0e (diff) | |
Support accessing preexisting LUKS devs using LRW or XTS ciphers. (#455063)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 5e072f416..287663b7c 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -114,7 +114,7 @@ SCSIMODS="sr_mod sg st sd_mod scsi_mod iscsi_tcp" FSMODS="fat msdos vfat ext2 ext3 ext4dev reiserfs jfs xfs gfs2 lock_nolock cifs" LVMMODS="dm-mod dm-zero dm-snapshot dm-mirror dm-multipath dm-round-robin dm-emc dm-crypt" RAIDMODS="raid0 raid1 raid5 raid6 raid456 raid10 linear" -CRYPTOMODS="sha256_generic cbc aes_generic crypto_blkcipher crc32c" +CRYPTOMODS="sha256_generic cbc xts lrw aes_generic crypto_blkcipher crc32c" PCMCIASOCKMODS="yenta_socket i82365 tcic pcmcia" DRMMODS="drm i810 i830 i915 mga nouveau r128 radeon savage sis tdfx via" INITRDMODS="$USBMODS $FIREWIREMODS $IDEMODS $SCSIMODS $FSMODS $LVMMODS $RAIDMODS $CRYPTOMODS $COMMONMODS $PCMCIASOCKMODS $DRMMODS =scsi =net" |
