1OSTREE ADMIN CONFIG()                                    OSTREE ADMIN CONFIG()
2
3
4

NAME

6       ostree-admin-config-diff - Diff current /etc configuration versus
7       default
8

SYNOPSIS

10       ostree admin config-diff [OPTIONS...]
11

DESCRIPTION

13       Prints the differences between the current /etc directory and the
14       default configuration in /usr/etc. Newly added files (present in /etc
15       but not in /usr/etc) will be prefixed with 'A'. Modified files will be
16       prefixed with 'M', and deleted files with 'D'.
17

OPTIONS

19       --os="STATEROOT"
20           Use a different operating system stateroot than the current one.
21

EXAMPLE

23       $ ostree admin config-diff
24
25                   M   shadow
26                   A   example.txt
27
28
29
30
31                                                         OSTREE ADMIN CONFIG()
Impressum