[oe-commits] org.oe.dev slugos: Removed reiserfs from standard image.

rwhitby commit openembedded-commits at lists.openembedded.org
Mon Feb 5 07:46:45 UTC 2007


slugos: Removed reiserfs from standard image.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: f13f3dd69bcd7e8a118f18f19dbb76d927cd89aa
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f13f3dd69bcd7e8a118f18f19dbb76d927cd89aa
Files:
1
conf/distro/debianslug.conf
conf/distro/openslug.conf
Diffs:

#
# mt diff -rcabbeb787809c2176e8b5c957419297a99f774a9 -rf13f3dd69bcd7e8a118f18f19dbb76d927cd89aa
#
# 
# 
# patch "conf/distro/debianslug.conf"
#  from [7173db6e1eeb8838c6ad6afb1e0c9482f0955002]
#    to [f4f30bf844d7a0813d41c970c7b39512312333c4]
# 
# patch "conf/distro/openslug.conf"
#  from [55f33884cd185bcb13f96a977e6f8bb3840b6c48]
#    to [3a7598c081f53efa5f5b901793a24c6421ecfbe0]
# 
============================================================
--- conf/distro/debianslug.conf	7173db6e1eeb8838c6ad6afb1e0c9482f0955002
+++ conf/distro/debianslug.conf	f4f30bf844d7a0813d41c970c7b39512312333c4
@@ -31,7 +31,6 @@ DEBIANSLUG_EXT2_PROGS =  "e2fsprogs-mke2
 # 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 += "${DEBIA
 # 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-udf \
 kernel-module-ntfs \
 kernel-module-isofs \
 kernel-module-udf \
-kernel-module-reiserfs \
 kernel-module-nls-cp437 \
 kernel-module-nls-utf8 \
 "
============================================================
--- conf/distro/openslug.conf	55f33884cd185bcb13f96a977e6f8bb3840b6c48
+++ conf/distro/openslug.conf	3a7598c081f53efa5f5b901793a24c6421ecfbe0
@@ -31,7 +31,6 @@ OPENSLUG_EXT2_PROGS =  "e2fsprogs-mke2fs
 # 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 += "${OPENSLU
 # 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-udf \
 kernel-module-ntfs \
 kernel-module-isofs \
 kernel-module-udf \
-kernel-module-reiserfs \
 kernel-module-nls-cp437 \
 kernel-module-nls-utf8 \
 "






More information about the Openembedded-commits mailing list