1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 21:51:33 +00:00

Do not rebuild all-volumes and console in rpi64 build

It will cause booting hangs when recreating containers
This commit is contained in:
niusmallnan
2019-02-28 15:13:26 +08:00
committed by niusmallnan
parent 66cffc0a91
commit 1b78637f3e

View File

@@ -72,6 +72,12 @@ curl -sL -o brcmfmac43455-sdio.clm_blob https://raw.githubusercontent.com/RPi-Di
curl -sL -o brcmfmac43455-sdio.txt https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/master/brcm/brcmfmac43455-sdio.txt
popd
# TODO: we need to remove these lines
# mitigate this issue: https://github.com/rancher/os/issues/2674
pushd build/root/usr/share/ros/
sed -i 's/io.docker.compose.rebuild: always/io.docker.compose.rebuild\: "false"/g' os-config.yml
popd
# show details
tree -a -L 3 build/root
df -h