summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-01-12 18:16:51 -0500
committerJeremy Katz <katzj@redhat.com>2009-01-16 10:13:21 -0500
commit29410720cd481bb0be5a2a9d4f7157cb0a21bb2e (patch)
tree2dfa0156d19418d432882499797e1edd82636504 /scripts/mk-images
parent0edbc7f500aac96bb868b5d49a4b2956607dffd1 (diff)
downloadanaconda-29410720cd481bb0be5a2a9d4f7157cb0a21bb2e.tar.gz
anaconda-29410720cd481bb0be5a2a9d4f7157cb0a21bb2e.tar.xz
anaconda-29410720cd481bb0be5a2a9d4f7157cb0a21bb2e.zip
Support mounting NTFS filesystems (#430084)
Based on a patch by Tom Callaway <tcallawa@redhat.com>, this adds supporting for using ntfs-3g (and thus fuse) to mount filesystems.
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 9e68facda..32da48e6c 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -112,7 +112,7 @@ FIREWIREMODS="ohci1394 sbp2 fw-ohci fw-sbp2 firewire-sbp2 firewire-ohci"
SDMODS="mmc-block sdhci sdhci-pci"
IDEMODS="ide-cd ide-cd_mod"
SCSIMODS="sr_mod sg st sd_mod scsi_mod iscsi_tcp iscsi_ibft"
-FSMODS="fat msdos vfat ext2 ext3 ext4 reiserfs jfs xfs gfs2 cifs"
+FSMODS="fat msdos vfat ext2 ext3 ext4 reiserfs jfs xfs gfs2 cifs fuse"
LVMMODS="dm-mod dm-zero dm-snapshot dm-mirror dm-multipath dm-round-robin dm-crypt"
RAIDMODS="raid0 raid1 raid5 raid6 raid456 raid10 linear"
CRYPTOMODS="sha256_generic cbc xts lrw aes_generic crypto_blkcipher crc32c ecb arc4"