We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a2a37 commit 5ddf398Copy full SHA for 5ddf398
extensions/ufs.sh
@@ -1,4 +1,5 @@
1
# Create UFS aligned image (requires >= Debian 13 (Trixie) Host)
2
+declare -g DOCKER_ARMBIAN_BASE_IMAGE=debian:trixie
3
function extension_prepare_config__ufs {
4
# Check sfdisk version is >= 2.41 for UFS support
5
local sfdisk_version
@@ -15,4 +16,4 @@ function extension_prepare_config__ufs {
15
16
fi
17
EXTRA_IMAGE_SUFFIXES+=("-ufs")
18
declare -g SECTOR_SIZE=4096
-}
19
+}
0 commit comments