diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-05 06:05:03 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-05 06:05:03 +0000 |
commit | 026c68b617da678803d11c89af9bd77989a37f7f (patch) | |
tree | 7dcdb4160c4e8f00b1eb24d05538a459bf0038ef /conf/distro | |
parent | 4e92b1387151891718014d27a15b1174cffed2f8 (diff) |
slugos: Removed reiserfs from standard image.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/debianslug.conf | 8 | ||||
-rw-r--r-- | conf/distro/openslug.conf | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index d33ae96c68..2a33ad4164 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -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 \ " diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 1091aa2e98..02becf3bae 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -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 \ " |