mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Merge pull request #862 from dm0-/perl
catalyst: Temporarily disable update_seed again
This commit is contained in:
commit
8dbffb9467
@ -120,7 +120,7 @@ cat <<EOF
|
|||||||
target: stage1
|
target: stage1
|
||||||
# stage1 packages aren't published, save in tmp
|
# stage1 packages aren't published, save in tmp
|
||||||
pkgcache_path: ${TEMPDIR}/stage1-${ARCH}-packages
|
pkgcache_path: ${TEMPDIR}/stage1-${ARCH}-packages
|
||||||
update_seed: yes
|
update_seed: no
|
||||||
EOF
|
EOF
|
||||||
catalyst_stage_default
|
catalyst_stage_default
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,8 @@ IGNORE_MISSING = {
|
|||||||
SonameAtom("x86_64", "libc.so.6")],
|
SonameAtom("x86_64", "libc.so.6")],
|
||||||
|
|
||||||
# RPATHs and symlinks apparently confuse the perl-5.24 package
|
# RPATHs and symlinks apparently confuse the perl-5.24 package
|
||||||
"dev-lang/perl": [SonameAtom("x86_64", "libperl.so.5.24.1")],
|
"dev-lang/perl": [SonameAtom("x86_64", "libperl.so.5.26.2")],
|
||||||
|
"sys-apps/texinfo": [SonameAtom("x86_64", "libperl.so.5.26")],
|
||||||
|
|
||||||
# https://bugs.gentoo.org/show_bug.cgi?id=554582
|
# https://bugs.gentoo.org/show_bug.cgi?id=554582
|
||||||
"net-firewall/ebtables": [SonameAtom("x86_64", "libebt_802_3.so"),
|
"net-firewall/ebtables": [SonameAtom("x86_64", "libebt_802_3.so"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user