diff options
-rwxr-xr-x | targets/stage1/chroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/stage1/chroot.sh b/targets/stage1/chroot.sh index b733fc57..50afef4a 100755 --- a/targets/stage1/chroot.sh +++ b/targets/stage1/chroot.sh @@ -78,7 +78,7 @@ if [ -e ${clst_make_conf} ]; then done fi -run_merge --oneshot "${buildpkgs[@]}" +run_merge --implicit-system-deps=n --oneshot "${buildpkgs[@]}" # TODO: Drop this when locale-gen in stable glibc supports ROOT. # |