L4Re/departure

README.txt

249:af6019950ebe
2022-02-16 Paul Boddie Rearranged removal-related functions, exposing the semantics to e2access and to other users of the library. This reduces the activities performed by some functions, also permitting the reordering of removal operations. An adapter function has also been introduced to provide variants of operations accepting paths instead of inode numbers.
     1 This is a collection of L4Re packages for providing and using filesystems and
     2 related components.
     3 
     4 This directory (dstest) should be installed within the pkg directory in the
     5 L4Re distribution.
     6 
     7 To make the test programs available to L4Re, add the following line to the
     8 L4Re conf/Makeconf.boot file:
     9 
    10 MODULE_SEARCH_PATH += $(L4DIR_ABS)/pkg/dstest/conf
    11 
    12 It may also be necessary to add the following line as well:
    13 
    14 BOOTSTRAP_SEARCH_PATH += $(L4DIR_ABS)/pkg/dstest/conf
    15 
    16 This removes any need to copy program configuration files and associated
    17 resources to the L4Re distribution itself.
    18 
    19 The program module lists in the conf subdirectory can either be appended to
    20 the L4Re conf/modules.list file, or a specific .list file can be copied to the
    21 conf/modules.list location (potentially after taking a backup copy).