mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
Merge pull request #606 from flatcar/krnowak/drop-gentoo-disabling
update_chroot, build_library: Drop repos.conf customization
This commit is contained in:
commit
707f039941
@ -87,9 +87,6 @@ cat <<EOF
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
main-repo = portage-stable
|
main-repo = portage-stable
|
||||||
|
|
||||||
[gentoo]
|
|
||||||
disabled = true
|
|
||||||
|
|
||||||
[coreos]
|
[coreos]
|
||||||
location = /var/gentoo/repos/local
|
location = /var/gentoo/repos/local
|
||||||
|
|
||||||
|
@ -44,9 +44,6 @@ sudo_clobber "$1/etc/portage/repos.conf/coreos.conf" <<EOF
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
main-repo = portage-stable
|
main-repo = portage-stable
|
||||||
|
|
||||||
[gentoo]
|
|
||||||
disabled = true
|
|
||||||
|
|
||||||
[coreos]
|
[coreos]
|
||||||
location = /var/lib/portage/coreos-overlay
|
location = /var/lib/portage/coreos-overlay
|
||||||
sync-type = git
|
sync-type = git
|
||||||
|
@ -109,9 +109,6 @@ sudo_clobber "/etc/portage/repos.conf/coreos.conf" <<EOF
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
main-repo = portage-stable
|
main-repo = portage-stable
|
||||||
|
|
||||||
[gentoo]
|
|
||||||
disabled = true
|
|
||||||
|
|
||||||
[coreos]
|
[coreos]
|
||||||
location = ${COREOS_OVERLAY}
|
location = ${COREOS_OVERLAY}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user