Browse Source

modules: Split FSADMIN into FS_EXT3, FS_REISERFS and FS_XFS, leaving XFS default off

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
333ae82568
3 changed files with 44 additions and 6 deletions
  1. +19
    -0
      pkgsel.d/Base/Storage/FS_EXT3.ask
  2. +19
    -0
      pkgsel.d/Base/Storage/FS_REISERFS.ask
  3. +6
    -6
      pkgsel.d/Base/Storage/FS_XFS.ask

+ 19
- 0
pkgsel.d/Base/Storage/FS_EXT3.ask

@ -0,0 +1,19 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel.d/Base/Storage/FS_EXT3.ask
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: ext2/ext3
#Dependencies: BOOT!=vserver
#Default: 1
X e2fsprogs

+ 19
- 0
pkgsel.d/Base/Storage/FS_REISERFS.ask

@ -0,0 +1,19 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel.d/Base/Storage/FS_REISERFS.ask
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: Reiser File System 3
#Dependencies: BOOT!=vserver
#Default: 1
X reiserfsprogs

pkgsel.d/Base/Storage/FSADMIN.all → pkgsel.d/Base/Storage/FS_XFS.ask

@ -1,18 +1,18 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel/Base/FSADMIN.all
#
# Filename: target/mnemosyne/pkgsel.d/Base/Storage/FS_XFS.ask
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
#
# More information can be found in the files COPYING and README.
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: XFS file system
#Dependencies: BOOT!=vserver
X reiserfsprogs
X xfsprogs
X e2fsprogs

Loading…
Cancel
Save