|
@@ -1,4 +1,4 @@
|
|
|
-From 3fee46c7e50f432fbd5c97c60b918d71c91f1adc Mon Sep 17 00:00:00 2001
|
|
|
+From b7a476cbcd507c03094811690d5497a7e9e15afc Mon Sep 17 00:00:00 2001
|
|
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
|
|
Date: Thu, 8 Apr 2021 14:08:06 +0800
|
|
|
Subject: [PATCH] support to override /usr/bin/arch-test
|
|
@@ -11,7 +11,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
|
1 file changed, 8 insertions(+), 4 deletions(-)
|
|
|
|
|
|
diff --git a/debootstrap b/debootstrap
|
|
|
-index 552c8d6..11a9465 100755
|
|
|
+index 43a7383..0cce33e 100755
|
|
|
--- a/debootstrap
|
|
|
+++ b/debootstrap
|
|
|
@@ -51,6 +51,10 @@ INRELEASE_PATH=""
|
|
@@ -25,7 +25,7 @@ index 552c8d6..11a9465 100755
|
|
|
# set $CONTAINER
|
|
|
detect_container
|
|
|
|
|
|
-@@ -661,12 +665,12 @@ fi
|
|
|
+@@ -666,12 +670,12 @@ fi
|
|
|
|
|
|
###########################################################################
|
|
|
|
|
@@ -42,6 +42,3 @@ index 552c8d6..11a9465 100755
|
|
|
else
|
|
|
ret=3
|
|
|
fi
|
|
|
---
|
|
|
-2.25.1
|
|
|
-
|