mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-05 20:41:17 +02:00
The only reason we have dash in the cros overlay is so that we can install a /bin/sh symlink pointing to dash in the board root. Once we move that symlink to chromeos-base, we can drop all the dash customizations. BUG=chromium-os:21901 TEST=`emerge chromeos-base bash` and see /bin/sh -> bash TEST=`emerge-amd64-generic chromeos-base dash` and see /bin/sh -> dash TEST=`emerge-arm-generic chromeos-base dash` and see /bin/sh -> dash TEST=`emerge-x86-generic chromeos-base dash` and see /bin/sh -> dash Change-Id: Iaec86219ad64d086e261187e6f7c3436eb7890cd Reviewed-on: https://gerrit.chromium.org/gerrit/11408 Reviewed-by: David James <davidjames@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>