HomeSort by relevance Sort by last modified time
    Searched refs:ext2ed (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/ext2ed/
Makefile.in 9 my_dir = ext2ed
14 PROGS= ext2ed
15 MANPAGES= ext2ed.8
17 DOC_DIR = $datadir/doc/ext2ed
31 DOCS= doc/ext2ed-design.pdf doc/user-guide.pdf doc/ext2fs-overview.pdf \
32 doc/ext2ed-design.html doc/user-guide.html doc/ext2fs-overview.html
56 all:: $(PROGS) $(MANPAGES) ext2ed.conf
60 ext2ed: $(OBJS)
61 $(CC) $(ALL_LDFLAGS) -o ext2ed $(OBJS) $(LIBS)
63 ext2ed.8: $(DEP_SUBSTITUTE) $(srcdir)/ext2ed.8.i
    [all...]
ext2ed.conf.in 2 # ext2ed.conf #
26 LogFile /var/log/ext2ed.log
37 # AllowChanges off will not allow ext2ed to do any changes to the
45 # With this option you can choose whether ext2ed will allow read-only mode on
63 # However, on a corrupt filesystem, ext2ed is unable to get the right
73 # above. This is not recommended, as ext2ed will fallback by default to those

Completed in 57 milliseconds