mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
*: drop obsolete gentoo repo reference
Instead of patching portage to support the `disabled` flag now we just
patch it to leave the `[gentoo]` section out of the default repos.conf.
Follow up to 585275b268
This commit is contained in:
parent
20541226bf
commit
632d578b56
@ -86,9 +86,6 @@ cat <<EOF
|
||||
[DEFAULT]
|
||||
main-repo = portage-stable
|
||||
|
||||
[gentoo]
|
||||
disabled = true
|
||||
|
||||
[coreos]
|
||||
location = /usr/portage
|
||||
|
||||
|
||||
@ -33,9 +33,6 @@ sudo_clobber "$1/etc/portage/repos.conf/coreos.conf" <<EOF
|
||||
[DEFAULT]
|
||||
main-repo = portage-stable
|
||||
|
||||
[gentoo]
|
||||
disabled = true
|
||||
|
||||
[coreos]
|
||||
location = /var/lib/portage/coreos-overlay
|
||||
sync-type = git
|
||||
|
||||
@ -99,9 +99,6 @@ sudo_clobber "/etc/portage/repos.conf/coreos.conf" <<EOF
|
||||
[DEFAULT]
|
||||
main-repo = portage-stable
|
||||
|
||||
[gentoo]
|
||||
disabled = true
|
||||
|
||||
[coreos]
|
||||
location = ${COREOS_OVERLAY}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user