diff options
| author | Jeremy Katz <katzj@redhat.com> | 2009-01-12 18:16:51 -0500 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2009-01-16 10:13:21 -0500 |
| commit | 29410720cd481bb0be5a2a9d4f7157cb0a21bb2e (patch) | |
| tree | 2dfa0156d19418d432882499797e1edd82636504 /scripts | |
| parent | 0edbc7f500aac96bb868b5d49a4b2956607dffd1 (diff) | |
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')
| -rwxr-xr-x | scripts/mk-images | 2 | ||||
| -rwxr-xr-x | scripts/upd-instroot | 4 |
2 files changed, 4 insertions, 2 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" diff --git a/scripts/upd-instroot b/scripts/upd-instroot index e9648a14c..2dfeded32 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -172,7 +172,7 @@ PACKAGES="GConf2 NetworkManager ORBit2 PolicyKit VLGothic-fonts acl anaconda lohit-fonts-gujarati lohit-fonts-hindi lohit-fonts-kannada lohit-fonts-oriya lohit-fonts-punjabi lohit-fonts-tamil lohit-fonts-telugu lvm2 mdadm mesa-dri-drivers mkinitrd module-init-tools nash ncurses neon net-tools - newt newt-python nfs-utils nspr nss pam pango parted pciutils pcre + newt newt-python nfs-utils nspr nss ntfs-3g pam pango parted pciutils pcre policy policycoreutils popt prelink procps pycairo pygobject2 pygtk2 pygtk2-libglade pykickstart pyparted pyspi python python-bugzilla python-elementtree python-libs python-pyblock python-sqlite @@ -293,6 +293,7 @@ bin/ls bin/mkdir bin/mount bin/mv +bin/ntfs-3g bin/ps bin/rm bin/rpm @@ -388,6 +389,7 @@ sbin/mkraid sbin/mkreiserfs sbin/mkswap sbin/mount.nfs* +sbin/mount.ntfs* sbin/parted sbin/pcmcia-socket-startup sbin/pdisk |
