[Build]: Fix tmpfs space not enough issue when building vs image (#9438)

Fix no space left on device issue in tmpfs.
2021-12-01T06:30:40.1651742Z cp: write error: No space left on device
2021-12-01T06:30:40.1652225Z Failure: local_fs_run():/dev/vdb Unable to copy /tmp/tmp.gl4Sgp/onie-installer.bin to tmpfs
This commit is contained in:
xumia 2021-12-03 23:32:36 +08:00 committed by Qi Luo
parent a3f1769a34
commit 5670f25416

View File

@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: GPL-2.0
MEM=3072
MEM=4096
DISK=$1
ONIE_RECOVERY_ISO=$2
INSTALLER=$3