Changeset 6305 for pkg/frankie/main
- Timestamp:
- 02/03/10 05:52:13 (3 years ago)
- Location:
- pkg/frankie/main/rebuildfstab-parsix/trunk
- Files:
-
- 2 edited
-
debian/changelog (modified) (1 diff)
-
fstabgen (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/frankie/main/rebuildfstab-parsix/trunk/debian/changelog
r5758 r6305 1 rebuildfstab-parsix (0.7.3) unstable; urgency=low 2 3 * Update the ntfs-3g mount options to fix the read-only 4 issue 5 6 -- Alan Baghumian <alan@technotux.org> Tue, 02 Feb 2010 20:50:27 -0800 7 1 8 rebuildfstab-parsix (0.7.2) unstable; urgency=low 2 9 -
pkg/frankie/main/rebuildfstab-parsix/trunk/fstabgen
r5758 r6305 2 2 # 3 3 # Copyright: (C) 2008 Kel Modderman <kel@otaku42.de> 4 # Copyright: (C) 2009-2010 Alan Baghumian <alan@technotux.org> 4 5 # License: GPLv2 5 6 # … … 429 430 case "${ID_FS_TYPE}" in 430 431 ntfs) 431 fs_mntops="${fs_mntops}, rw,recover,dmask=0022,fmask=0133,nls=utf8"432 fs_mntops="${fs_mntops},defaults,rw" 432 433 fs_vfstype="ntfs-3g" 433 434 ;;
Note: See TracChangeset
for help on using the changeset viewer.


