mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
fix(setup_board): Remove note about annoying eselect warning
Silenced in eselect 1.4
This commit is contained in:
parent
7a43a07fef
commit
30b72754ff
@ -173,7 +173,6 @@ _configure_sysroot() {
|
||||
fi
|
||||
|
||||
$sudo mkdir -p "${ROOT}/etc/portage"
|
||||
echo "eselect will report '!!! Warning: Strange path.' but that's OK"
|
||||
$sudo eselect profile set --force "$profile"
|
||||
|
||||
$sudo tee "${ROOT}/etc/portage/make.conf" >/dev/null <<EOF
|
||||
|
@ -217,7 +217,6 @@ else
|
||||
fi
|
||||
|
||||
info "Configuring portage in ${BOARD_ROOT}"
|
||||
echo "eselect will report '!!! Warning: Strange path.' but that's OK"
|
||||
cmds=(
|
||||
"mkdir -p '${BOARD_ROOT}' '${BOARD_PROFILE}' '${BOARD_ETC}/portage/hooks'"
|
||||
"ROOT='${BOARD_ROOT}' eselect profile set --force '${PORTAGE_PROFILE}'"
|
||||
|
Loading…
Reference in New Issue
Block a user