change cat_img.sh to ls_img.sh

This commit is contained in:
superconvert 2022-08-08 22:41:05 +08:00
parent bdb9d67005
commit f295ccdcfc

View File

@ -255,6 +255,6 @@ losetup -d ${loop_dev}
# 查看磁盘内容
#
#---------------------------------------------------------------
./cat_img.sh
./ls_img.sh
echo "Run the next script: 03_run_qemu.sh or 04_run_docker.sh"