source: MondoRescue/branches/3.0/mindi/deplist.d/fs.conf@ 2899

Last change on this file since 2899 was 2409, checked in by Bruno Cornec, 15 years ago
  • Split deplist.txt into multiple conf files under deplist.d in the conf dir. This will allow to have a minimal.conf file for initrd content to analyze to improve support of new embedded feature in the future (sshfs, live install). The other conf files contain the additional commands to put in the all.tar.gz. For the moment, mindi is still working the same. THis infra will allow that support in a near future. deplist.txt is now reserved for the admin additional commands.
File size: 1012 bytes
Line 
1# $Id$
2#
3# Tools for File system support
4#
5/sbin/mkfs
6/sbin/mkswap
7/sbin/mke2fs
8/sbin/mkfs.ext2
9/sbin/mkfs.ext3
10/sbin/mkfs.ext4
11/sbin/mkdosfs
12/sbin/mkfs.msdos
13/sbin/mkfs.vfat
14/sbin/mkfs.ntfs
15/sbin/mkreiserfs
16/sbin/mkfs.reiser4
17/sbin/mkfs.reiserfs
18/sbin/mkfs.xfs
19/sbin/mkfs.jfs
20/sbin/mkfs.minix
21/sbin/mkfs.ocfs2
22
23#
24# Check
25#
26/sbin/fsck
27/sbin/fsck.ext2
28/sbin/fsck.ext3
29/sbin/fsck.ext4
30/sbin/reiserfsck
31/sbin/fsck.reiserfs
32/sbin/fsck.reiser4
33/sbin/fsck.xfs
34/sbin/fsck.jfs
35/sbin/badblocks
36
37# ext2/3
38#
39/sbin/e2label
40/sbin/tune2fs
41/etc/mke2fs.conf
42
43# JFS
44/sbin/jfs_logdump
45
46#
47# Reiser
48#
49/sbin/debugreiserfs
50/sbin/reiserfstune
51/sbin/resize_reiserfs
52/sbin/debugfs.reiser4
53/sbin/make_reiser4
54/sbin/measurefs.reiser4
55
56#
57# XFS
58#
59/sbin/xfs_repair
60/usr/sbin/xfs_admin
61/usr/sbin/xfs_bmap
62/usr/sbin/xfs_check
63/usr/sbin/xfs_copy
64/usr/sbin/xfs_db
65/usr/sbin/xfs_freeze
66/usr/sbin/xfs_growfs
67/usr/sbin/xfs_info
68/usr/sbin/xfs_io
69/usr/sbin/xfs_logprint
70/usr/sbin/xfs_mkfile
71/usr/sbin/xfs_ncheck
72/usr/sbin/xfs_quota
73/usr/sbin/xfs_rtcp
Note: See TracBrowser for help on using the repository browser.