[GUTSY] [PATCH] Move isofs to storage-core-modules
Colin Watson
cjwatson at ubuntu.com
Wed May 23 14:21:55 UTC 2007
UBUNTU: Move isofs to storage-core-modules udeb from fs-core-modules.
I know there are no fs/ modules in storage-core-modules at the moment,
but it seems to be the most appropriate out of the udebs currently in
d-i's cdrom initrd, and taking fs-core-modules out of the cdrom initrd
will save 1MB there. We identified this issue just before Feisty Herd 2,
but apparently forgot to do anything about it.
Signed-off-by: Colin Watson <cjwatson at ubuntu.com>
diff --git a/debian/d-i/modules/fs-core-modules b/debian/d-i/modules/fs-core-modules
index 0344e01..3895bb4 100644
--- a/debian/d-i/modules/fs-core-modules
+++ b/debian/d-i/modules/fs-core-modules
@@ -1,6 +1,5 @@
ext2 ?
ext3 ?
-isofs ?
jfs ?
reiserfs ?
xfs ?
diff --git a/debian/d-i/modules/storage-core-modules b/debian/d-i/modules/storage-core-modules
index 2ed06d7..c8c5c2e 100644
--- a/debian/d-i/modules/storage-core-modules
+++ b/debian/d-i/modules/storage-core-modules
@@ -14,6 +14,9 @@ usbcore ?
# Generic cdrom support ?
cdrom ?
+# Anything that wants cdrom support will want isofs too
+isofs ?
+
# IDE Block devices ?
ide-cd ?
ide-disk ?
diff --git a/debian/d-i/package-list b/debian/d-i/package-list
index 74fa192..060fd73 100644
--- a/debian/d-i/package-list
+++ b/debian/d-i/package-list
@@ -33,7 +33,7 @@ Package: fs-core-modules
Depends: kernel-image
Priority: standard
Description: Base filesystem modules
- This includes ext2, ext3, isofs, jfs, reiserfs and xfs.
+ This includes ext2, ext3, jfs, reiserfs and xfs.
Package: fs-secondary-modules
Depends: kernel-image, fat-modules
--
Colin Watson [cjwatson at ubuntu.com]
More information about the kernel-team
mailing list