Knowledge Base:Autounmask-write

From Gentoo Wiki
Jump to:navigation Jump to:search

The emerge option --autounmask-write writes autounmask features into the corresponding config files.

If the corresponding package.* is a directory, changes are written to the lexicographically last file in this directory. In order to prevent your manually managed files from being edited, you can create files just for the purpose of autounmask-write:

root #for d in /etc/portage/package.*; do touch $d/zzz_autounmask; done
Note
Configuration files are protected so autounmask changes will not be applied automatically.
After using the --autounmask-write option, dispatch-conf can be used to review and merge the configuration changes.

See also