logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Example

$ostreeadminconfig-diff

                   M   shadow
                   A   example.txt

                                                                                           OSTREEADMINCONFIG()

Name

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

Options

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

Synopsis

ostreeadminconfig-diff [OPTIONS...]

See Also