mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
fix(profiles): use the right directory
this was still pointing at the chromiumos directory which meant that /etc/ssh/sshd_config from net-misc/openssh wasn't getting filtered causing coreos-base/coreos-base not to lay down our fixed config.
This commit is contained in:
parent
402be3267e
commit
8d8f32a484
@ -22,7 +22,7 @@ fi
|
|||||||
CROS_BUILD_BOARD_TREE="${SYSROOT}/build"
|
CROS_BUILD_BOARD_TREE="${SYSROOT}/build"
|
||||||
CROS_BUILD_BOARD_BIN="${CROS_BUILD_BOARD_TREE}/bin"
|
CROS_BUILD_BOARD_BIN="${CROS_BUILD_BOARD_TREE}/bin"
|
||||||
|
|
||||||
CROS_ADDONS_TREE="/usr/local/portage/chromiumos/chromeos"
|
CROS_ADDONS_TREE="/usr/local/portage/coreos/coreos"
|
||||||
|
|
||||||
# Are we merging for the board sysroot, or for the cros sdk, or for
|
# Are we merging for the board sysroot, or for the cros sdk, or for
|
||||||
# the target hardware? Returns a string:
|
# the target hardware? Returns a string:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user