From 0f7fcb6917738d9f607163592a9fb106fc36c793 Mon Sep 17 00:00:00 2001 From: superconvert Date: Sat, 6 Aug 2022 06:22:06 +0800 Subject: [PATCH] change some filename --- 01_build_src.sh | 2 +- 03_run_qemu.sh | 2 -- cat_img.sh => ls_img.sh | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename cat_img.sh => ls_img.sh (100%) diff --git a/01_build_src.sh b/01_build_src.sh index 2531733..562f5d1 100755 --- a/01_build_src.sh +++ b/01_build_src.sh @@ -197,7 +197,7 @@ fi cd .. -# 编译 xorg-server +# 编译 xorg if [ "${with_xorg}" = true ]; then ./mk_xorg.sh fi diff --git a/03_run_qemu.sh b/03_run_qemu.sh index 3d04d9d..cd19fe5 100755 --- a/03_run_qemu.sh +++ b/03_run_qemu.sh @@ -82,9 +82,7 @@ stop_dns() { start_nat #---------------------------------------------------- -# # 多硬盘测试 -hdb extra.img -# #---------------------------------------------------- if [ "${with_sdb}" = false ]; then sdb_img="" diff --git a/cat_img.sh b/ls_img.sh similarity index 100% rename from cat_img.sh rename to ls_img.sh