From f2733b7bf062d8f560bfdc8b4583d21680351f01 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 12 Jun 2022 17:08:24 +0800 Subject: [PATCH] update rootfs & images build shell script, use rsync instead tar to install rootfs --- tools/setup_tools.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/setup_tools.sh b/tools/setup_tools.sh index 5d89a83..92312b0 100755 --- a/tools/setup_tools.sh +++ b/tools/setup_tools.sh @@ -53,7 +53,7 @@ libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 tree \ help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf \ automake groff curl lzop asciidoc lib32z1 lib32ncurses-dev libssl-dev autoconf-archive bison \ - kpartx jq binfmt-support qemu qemu-user-static debootstrap debian-archive-keyring " + kpartx jq binfmt-support qemu qemu-user-static debootstrap debian-archive-keyring zstd" apt update > /dev/null 2>&1 -- Gitblit v1.9.1