Package: fai-client
Version: 3.1.3
Severity: wishlist
Tags: patch

setup_harddisks should support NTFS file systems. 

Below is a patch that enables setup_harddisks to create a corret fstab
entry for a NTFS partition which can be preserved. This patch does not
add support for creating a NTFS file system with setup_harddisks.


--- setup_harddisks      2006-12-17 17:44:27.000000000 +0100
+++ setup_harddisks.new  2006-12-22 11:06:35.330107128 +0100
@@ -908,6 +908,7 @@
        $device = $MountpointPart{$mountpoint};
        $type = "ext2";
        ($MPOptions{$mountpoint} =~ /\b(dosfat16|winfat32)\b/i) && ($type = 
"vfat");
+       ($MPOptions{$mountpoint} =~ /\b(ntfs)\b/i) && ($type = "ntfs");
        ($MPOptions{$mountpoint} =~ /\b(reiser)\b/i) && ($type = "reiserfs");
        ($MPOptions{$mountpoint} =~ /\b(xfs)\b/i) && ($type = "xfs");
        ($MPOptions{$mountpoint} =~ /\b(ext3)\b/i) && ($type = "ext3");

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages fai-client depends on:
ii  cfengine2                     2.1.20-1   Tool for configuring and maintaini
ii  file                          4.17-5     Determines file type using "magic"
ii  libapt-pkg-perl               0.1.20     Perl interface to libapt-pkg
ii  perl                          5.8.8-6.1  Larry Wall's Practical Extraction 

fai-client recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to