From 04c90295061af65fcf9359ea5cb5383cb195e310 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:11:29 +0800 Subject: [PATCH] Update note --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index d704617..dceee47 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -141,7 +141,7 @@ vhdx_to_img() { } # workaround for Debian -# In Debian /usr/sbin is not in PATH and some utilities are not in /bin +# In Debian /usr/sbin is not in PATH and some utilities in there are in use [ -d /usr/sbin ] && export PATH="/usr/sbin:$PATH" # In Debian /etc/mtab is not exist [ -f /etc/mtab ] || ln -s /proc/self/mounts /etc/mtab