diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-02-21 21:40:22 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-02-22 21:46:36 +0000 |
commit | 312db0c087757ef4d32b36968404ec5b1d6fac84 (patch) | |
tree | e667b6e7900ebe40bfc7ca798f88f0dc035d5256 | |
parent | bootstrap/stage3 (diff) | |
download | portage-dev/beber/bootstrap.tar.xz |
bootstrapdev/beber/bootstrap
l--------- | factory-default/sys-apps/systemd/etc/systemd/system/default.target | 1 | ||||
-rw-r--r-- | metadata/layout.conf | 11 | ||||
-rw-r--r-- | profiles/boards/apu2/package.use | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/factory-default/sys-apps/systemd/etc/systemd/system/default.target b/factory-default/sys-apps/systemd/etc/systemd/system/default.target deleted file mode 120000 index 08ace2a5..00000000 --- a/factory-default/sys-apps/systemd/etc/systemd/system/default.target +++ /dev/null @@ -1 +0,0 @@ -/lib/systemd/system/multi-user.target
\ No newline at end of file diff --git a/metadata/layout.conf b/metadata/layout.conf index 66c6b461..88e7cb95 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -18,8 +18,9 @@ thin-manifests = true # require an entries in each Manifest for every file use-manifests = true -# indicate that paths such as 'gentoo:targets/desktop' or ':targets/desktop' in -# profile parent files can be used to express paths relative to the root -# 'profiles' directory of a repository (when the repo name is omitted before -# the colon, it refers to the current repository the parent file is inside) -profile-formats = portage-2 +# portage-2: indicate that paths such as gentoo:targets/desktop or +# :targets/desktop in profile parent files can be used to express +# paths relative to the root profiles directory of a repository +# profile-set: enables support for using the profile packages file +# to add atoms to the @profile package set +profile-formats = portage-2 profile-set diff --git a/profiles/boards/apu2/package.use b/profiles/boards/apu2/package.use index 409833a2..dc5b8453 100644 --- a/profiles/boards/apu2/package.use +++ b/profiles/boards/apu2/package.use @@ -1,3 +1,3 @@ net-dns/dnsmasq dhcp dnssec -app-metrics/collectd COLLECTD_PLUGINS: connectivity conntrack cpu curl disk dns entropy ethstat iptables netlink network ntpd ping protocols sensors smart tcpconns thermal +## app-metrics/collectd COLLECTD_PLUGINS: connectivity conntrack cpu curl disk dns entropy ethstat iptables netlink network ntpd ping protocols sensors smart tcpconns thermal net-misc/ntp -snmp |