mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
build: Update QEMU base image to v7.45 (#2123)
This commit is contained in:
@@ -1417,24 +1417,6 @@ detectESDImage() {
|
||||
return 0
|
||||
}
|
||||
|
||||
baseDir() {
|
||||
|
||||
# TODO: Can be removed with base image 7.45+
|
||||
|
||||
local path="${1%/}"
|
||||
|
||||
[[ -z "$path" || "$path" == "/" ]] && {
|
||||
echo "/"
|
||||
return 0
|
||||
}
|
||||
|
||||
path="${path#/}"
|
||||
path="${path%%/*}"
|
||||
|
||||
echo "/$path"
|
||||
return 0
|
||||
}
|
||||
|
||||
checkFreeSpace() {
|
||||
|
||||
local dir="$1"
|
||||
|
||||
Reference in New Issue
Block a user