fix(setup_board): Remove note about annoying eselect warning

Silenced in eselect 1.4
This commit is contained in:
Michael Marineau 2014-02-09 14:48:45 -08:00
parent 7a43a07fef
commit 30b72754ff
2 changed files with 0 additions and 2 deletions

View File

@ -173,7 +173,6 @@ _configure_sysroot() {
fi fi
$sudo mkdir -p "${ROOT}/etc/portage" $sudo mkdir -p "${ROOT}/etc/portage"
echo "eselect will report '!!! Warning: Strange path.' but that's OK"
$sudo eselect profile set --force "$profile" $sudo eselect profile set --force "$profile"
$sudo tee "${ROOT}/etc/portage/make.conf" >/dev/null <<EOF $sudo tee "${ROOT}/etc/portage/make.conf" >/dev/null <<EOF

View File

@ -217,7 +217,6 @@ else
fi fi
info "Configuring portage in ${BOARD_ROOT}" info "Configuring portage in ${BOARD_ROOT}"
echo "eselect will report '!!! Warning: Strange path.' but that's OK"
cmds=( cmds=(
"mkdir -p '${BOARD_ROOT}' '${BOARD_PROFILE}' '${BOARD_ETC}/portage/hooks'" "mkdir -p '${BOARD_ROOT}' '${BOARD_PROFILE}' '${BOARD_ETC}/portage/hooks'"
"ROOT='${BOARD_ROOT}' eselect profile set --force '${PORTAGE_PROFILE}'" "ROOT='${BOARD_ROOT}' eselect profile set --force '${PORTAGE_PROFILE}'"