mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
overlay coreos/config: Add a default config for dev-util/pkgcheck
This commit is contained in:
parent
2d1c959b8f
commit
fa404f874e
9
sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-util/pkgcheck
vendored
Normal file
9
sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-util/pkgcheck
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
cros_post_src_install_create_default_config() {
|
||||
dodir /etc/pkgcheck
|
||||
# these must be indented with tabs, bash only strips leading
|
||||
# tabs with "<<-", leading spaces won't do.
|
||||
cat <<- EOF >"${ED}/etc/pkgcheck/pkgcheck.conf" || die
|
||||
[DEFAULT]
|
||||
keywords = -NonexistentDeps,-NonsolvableDepsInDev,-NonsolvableDepsInExp,-NonsolvableDepsInStable
|
||||
EOF
|
||||
}
|
Loading…
Reference in New Issue
Block a user