mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-08 09:12:08 +01:00
stuff
This commit is contained in:
parent
0a61979e9b
commit
b5c8722323
@ -34,8 +34,8 @@ build_target_toolchain() {
|
||||
PORTAGE_CONFIGROOT="$ROOT" run_merge --root="$ROOT" --sysroot="$ROOT" "${@}"
|
||||
}
|
||||
|
||||
# install baselayout first - with the selinux profile, this is
|
||||
# pulled into the dependency chain
|
||||
# install baselayout first - for some reason this is pulled into
|
||||
# the dependency chain when building toolchain
|
||||
btt_emerge --oneshot --nodeps sys-apps/baselayout
|
||||
|
||||
# copy libraries from sysroot to root - sysroot seems to be
|
||||
@ -90,10 +90,10 @@ build_target_toolchain() {
|
||||
# util-linux[systemd] -> systemd -> util-linux
|
||||
# util-linux[udev] -> libudev[systemd] -> systemd -> util-linux
|
||||
args_for_bdl+=(
|
||||
sys-apps/systemd cryptsetup,curl,importd,tpm
|
||||
sys-apps/util-linux audit,cryptsetup,pam,selinux,su,systemd,udev
|
||||
sys-libs/glibc nscd,selinux
|
||||
sys-libs/pam systemd
|
||||
# sys-apps/systemd cryptsetup,curl,importd,tpm
|
||||
# sys-apps/util-linux audit,cryptsetup,pam,selinux,su,systemd,udev
|
||||
# sys-libs/glibc nscd,selinux
|
||||
# sys-libs/pam systemd
|
||||
)
|
||||
BDL_ROOT=${ROOT} \
|
||||
BDL_PORTAGEQ=btt_bdl_portageq \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user