[PATCH] UBUNTU: d-i: Restore fat-modules udeb, split out from fs-secondary-modules.

Colin Watson cjwatson at ubuntu.com
Wed Mar 28 22:37:23 UTC 2007


This allows me to fix the lack of vfat support on our d-i cdrom initrds.
Please merge.

>From d638dd09a29cb4b9db1d9b25aba48033f32167e9 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson at ubuntu.com>
Date: Wed, 28 Mar 2007 23:28:00 +0100
Subject: [PATCH] UBUNTU: d-i: Restore fat-modules udeb, split out from fs-secondary-modules.

Signed-off-by: Colin Watson <cjwatson at ubuntu.com>
---
 debian/d-i/modules/fat-modules          |    8 ++++++++
 debian/d-i/modules/fs-secondary-modules |    7 -------
 debian/d-i/package-list                 |   12 +++++++++---
 3 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/debian/d-i/modules/fat-modules b/debian/d-i/modules/fat-modules
new file mode 100644
index 0000000..ac0773b
--- /dev/null
+++ b/debian/d-i/modules/fat-modules
@@ -0,0 +1,8 @@
+# Windows filesystems ?
+fat ?
+vfat ?
+
+# Supporting modules ?
+nls_cp437 ?
+nls_iso8859-1 ?
+nls_utf8 ?
diff --git a/debian/d-i/modules/fs-secondary-modules b/debian/d-i/modules/fs-secondary-modules
index 0581c0e..849a9e6 100644
--- a/debian/d-i/modules/fs-secondary-modules
+++ b/debian/d-i/modules/fs-secondary-modules
@@ -1,6 +1,4 @@
 # Windows filesystems ?
-fat ?
-vfat ?
 ntfs ?
 
 # UFS (Unix SysV)
@@ -12,8 +10,3 @@ hfsplus ?
 
 # Amiga fs ?
 affs ?
-
-# Supporting modules ?
-nls_cp437 ?
-nls_iso8859-1 ?
-nls_utf8 ?
diff --git a/debian/d-i/package-list b/debian/d-i/package-list
index c7690d8..4ef399d 100644
--- a/debian/d-i/package-list
+++ b/debian/d-i/package-list
@@ -3,6 +3,12 @@ Depends: kernel-image
 Priority: standard
 Description: Support for ACPI
 
+Package: fat-modules
+Depends: kernel-image
+Priority: standard
+Description: FAT filesystem support
+ This includes Windows FAT and VFAT support.
+
 Package: fb-modules
 Depends: kernel-image
 Priority: standard
@@ -30,11 +36,11 @@ Description: Base filesystem modules
  This includes ext3, ext3, reiserfs and xfs
 
 Package: fs-secondary-modules
-Depends: kernel-image
+Depends: kernel-image, fat-modules
 Priority: standard
 Description: Extra filesystem modules
- This includes Windows FAT, VFAT and NFTS support. Also includes SysV UFS,
- MacOS HFS and HFSPlus and Amiga AFFS.
+ This includes support for Windows NTFS, SysV UFS, MacOS HFS and HFSPlus and
+ Amiga AFFS.
 
 Package: ide-modules
 Depends: kernel-image
-- 
1.4.4.2

-- 
Colin Watson                                       [cjwatson at ubuntu.com]




More information about the kernel-team mailing list