Skip to content

Commit 5ddf398

Browse files
HeyMecoamazingfate
authored andcommitted
UFS Extension: Add DOCKER_ARMBIAN_BASE_IMAGE
1 parent 16a2a37 commit 5ddf398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/ufs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Create UFS aligned image (requires >= Debian 13 (Trixie) Host)
2+
declare -g DOCKER_ARMBIAN_BASE_IMAGE=debian:trixie
23
function extension_prepare_config__ufs {
34
# Check sfdisk version is >= 2.41 for UFS support
45
local sfdisk_version
@@ -15,4 +16,4 @@ function extension_prepare_config__ufs {
1516
fi
1617
EXTRA_IMAGE_SUFFIXES+=("-ufs")
1718
declare -g SECTOR_SIZE=4096
18-
}
19+
}

0 commit comments

Comments
 (0)