mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
UFS Extension: Add DOCKER_ARMBIAN_BASE_IMAGE
This commit is contained in:
committed by
Jianfeng Liu
parent
16a2a377ab
commit
5ddf398fbb
@@ -1,4 +1,5 @@
|
||||
# Create UFS aligned image (requires >= Debian 13 (Trixie) Host)
|
||||
declare -g DOCKER_ARMBIAN_BASE_IMAGE=debian:trixie
|
||||
function extension_prepare_config__ufs {
|
||||
# Check sfdisk version is >= 2.41 for UFS support
|
||||
local sfdisk_version
|
||||
@@ -15,4 +16,4 @@ function extension_prepare_config__ufs {
|
||||
fi
|
||||
EXTRA_IMAGE_SUFFIXES+=("-ufs")
|
||||
declare -g SECTOR_SIZE=4096
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user