From f5c330abb65b94a5fbdcd1e09977b9269402801c Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 04 Apr 2024 02:47:30 +0800
Subject: [PATCH] Driver:IGKBoard-All: Add x86_64 linux driver

---
 debian/build.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/build.sh b/debian/build.sh
index f04ab7d..e1ff6fc 100755
--- a/debian/build.sh
+++ b/debian/build.sh
@@ -53,7 +53,7 @@
     export ROOTFS_DIR=rootfs-$DIS_TYPE-$DIS_VER
 
     echo ""
-    pr_info "INFO: Start debootstrap fetch debian $DIS_VER root filesystem now."
+    pr_info "INFO: Start debootstrap fetch debian $DIS_VER($ARCH) root filesystem now."
 }
 
 # Debian 12 depends on the new keyring
@@ -106,6 +106,7 @@
         pr_info "debain rootfs fetched already"
         return ;
     fi
+
     debootstrap --arch=${ARCH} --foreign ${DIS_VER} ${ROOTFS_DIR} http://ftp.debian.org/debian/
 
     cp -f /usr/bin/qemu-arm-static ${ROOTFS_DIR}/usr/bin/

--
Gitblit v1.9.1