slugos: Removed reiserfs from standard image.
authorRod Whitby <rod@whitby.id.au>
Mon, 5 Feb 2007 06:05:03 +0000 (06:05 +0000)
committerRod Whitby <rod@whitby.id.au>
Mon, 5 Feb 2007 06:05:03 +0000 (06:05 +0000)
conf/distro/debianslug.conf
conf/distro/openslug.conf

index d33ae96..2a33ad4 100644 (file)
@@ -31,7 +31,6 @@ DEBIANSLUG_EXTRA_BBFILES ?= ""
 # NOTE: only jffs2 support is an absolute requirement of boot, even
 # the ext2/ext3 support is optional!
 DEBIANSLUG_EXT2_PROGS =  "e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-e2fsck e2fsprogs-badblocks"
-DEBIANSLUG_REISER_PROGS = "reiserfsprogs"
 
 # The standard firmware contents and additional packages built as requirements
 # of the firmware are defined here in DEBIANSLUG_STANDARD_RDEPENDS and
@@ -40,7 +39,7 @@ DEBIANSLUG_STANDARD_RDEPENDS = ""
 
 # Support for a variety of file systems is built in to the debianslug
 # image, programs to format disks with these file systems may be
-# added or removed.  By default ext2. ext3 and reiserfs supported
+# added or removed.  By default ext2 and ext3 support
 # is included by the following lines.
 # 
 # These lines add support for formatting ext2 and ext3 file systems
@@ -48,10 +47,6 @@ DEBIANSLUG_STANDARD_RDEPENDS = ""
 # file system.
 DEBIANSLUG_STANDARD_RDEPENDS += "${DEBIANSLUG_EXT2_PROGS}"
 
-# These lines add support for formatting reiserfs file systems on
-# a hard disk.
-DEBIANSLUG_STANDARD_RDEPENDS += "${DEBIANSLUG_REISER_PROGS}"
-
 # These lines add support for an X/Y/ZModem package called lrzsz
 # (this is of use for people with modified NSLU2 hardware which
 # supports a serial port.)
@@ -81,7 +76,6 @@ kernel-module-vfat \
 kernel-module-ntfs \
 kernel-module-isofs \
 kernel-module-udf \
-kernel-module-reiserfs \
 kernel-module-nls-cp437 \
 kernel-module-nls-utf8 \
 "
index 1091aa2..02becf3 100644 (file)
@@ -31,7 +31,6 @@ OPENSLUG_EXTRA_BBFILES ?= ""
 # NOTE: only jffs2 support is an absolute requirement of boot, even
 # the ext2/ext3 support is optional!
 OPENSLUG_EXT2_PROGS =  "e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-e2fsck e2fsprogs-badblocks"
-OPENSLUG_REISER_PROGS = "reiserfsprogs"
 
 # The standard firmware contents and additional packages built as requirements
 # of the firmware are defined here in OPENSLUG_STANDARD_RDEPENDS and
@@ -40,7 +39,7 @@ OPENSLUG_STANDARD_RDEPENDS = ""
 
 # Support for a variety of file systems is built in to the openslug
 # image, programs to format disks with these file systems may be
-# added or removed.  By default ext2. ext3 and reiserfs supported
+# added or removed.  By default ext2 and ext3 support
 # is included by the following lines.
 # 
 # These lines add support for formatting ext2 and ext3 file systems
@@ -48,10 +47,6 @@ OPENSLUG_STANDARD_RDEPENDS = ""
 # file system.
 OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_EXT2_PROGS}"
 
-# These lines add support for formatting reiserfs file systems on
-# a hard disk.
-OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_REISER_PROGS}"
-
 # These lines add support for an X/Y/ZModem package called lrzsz
 # (this is of use for people with modified NSLU2 hardware which
 # supports a serial port.)
@@ -81,7 +76,6 @@ kernel-module-vfat \
 kernel-module-ntfs \
 kernel-module-isofs \
 kernel-module-udf \
-kernel-module-reiserfs \
 kernel-module-nls-cp437 \
 kernel-module-nls-utf8 \
 "