mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
build_image_util: Drop unused emerge_to_image_unchecked function
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
parent
6fe8ad89cc
commit
667b4d77b0
@ -166,26 +166,6 @@ emerge_to_image() {
|
||||
test_image_content "${root_fs_dir}"
|
||||
}
|
||||
|
||||
# emerge_to_image without a rootfs check; you should use emerge_to_image unless
|
||||
# here's a good reason not to.
|
||||
emerge_to_image_unchecked() {
|
||||
local root_fs_dir="$1"; shift
|
||||
|
||||
if [[ ${FLAGS_getbinpkg} -eq ${FLAGS_TRUE} ]]; then
|
||||
set -- --getbinpkg "$@"
|
||||
fi
|
||||
|
||||
sudo -E ROOT="${root_fs_dir}" \
|
||||
PORTAGE_CONFIGROOT="${BUILD_DIR}"/configroot \
|
||||
emerge --usepkgonly --jobs="${NUM_JOBS}" --verbose "$@"
|
||||
|
||||
# Shortcut if this was just baselayout
|
||||
[[ "$*" == *sys-apps/baselayout ]] && return
|
||||
|
||||
# Make sure profile.env has been generated
|
||||
sudo -E ROOT="${root_fs_dir}" env-update --no-ldconfig
|
||||
}
|
||||
|
||||
# Switch to the dev or prod sub-profile
|
||||
set_image_profile() {
|
||||
local suffix="$1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user