mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
overlay coreos-base/coreos-init: Pull in ssh config removal
The configs were moved to coreos-base/misc-files. In the meantime, update python compatibility and drop unused USE flag and an obsolete README file.
This commit is contained in:
parent
29c85a2781
commit
d698526730
@ -1,2 +0,0 @@
|
|||||||
If /etc/sshd_config changes make sure to apply the change to sys-auth/google-oslogin.
|
|
||||||
Those files must be kept in sync.
|
|
@ -10,11 +10,11 @@ CROS_WORKON_REPO="https://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="1b5a096a4d91076d0121308caa5c7dbe40f7aafe" # flatcar-master
|
CROS_WORKON_COMMIT="22c07b1270fb2f40dedef00f0d0fb1699727d995" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6..11} )
|
PYTHON_COMPAT=( python3_{9..11} )
|
||||||
|
|
||||||
inherit cros-workon systemd python-any-r1
|
inherit cros-workon systemd python-any-r1
|
||||||
|
|
||||||
@ -24,9 +24,7 @@ SRC_URI=""
|
|||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0/${PVR}"
|
SLOT="0/${PVR}"
|
||||||
IUSE="test symlink-usr"
|
IUSE="test"
|
||||||
|
|
||||||
REQUIRED_USE="symlink-usr"
|
|
||||||
|
|
||||||
# Daemons we enable here must installed during build/install in addition to
|
# Daemons we enable here must installed during build/install in addition to
|
||||||
# during runtime so the systemd unit enable step works.
|
# during runtime so the systemd unit enable step works.
|
||||||
@ -47,9 +45,6 @@ RDEPEND="${DEPEND}
|
|||||||
src_install() {
|
src_install() {
|
||||||
emake DESTDIR="${D}" install
|
emake DESTDIR="${D}" install
|
||||||
|
|
||||||
# Enable some sockets that aren't enabled by their own ebuilds.
|
|
||||||
systemd_enable_service sockets.target sshd.socket
|
|
||||||
|
|
||||||
# Enable some services that aren't enabled elsewhere.
|
# Enable some services that aren't enabled elsewhere.
|
||||||
systemd_enable_service rpcbind.target rpcbind.service
|
systemd_enable_service rpcbind.target rpcbind.service
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user