Use installer to resolve filesystem size
This commit is contained in:
parent
e75d6a3796
commit
0427420717
|
@ -23,7 +23,7 @@ else
|
||||||
FILESYSTEM_CONFIG?=config/$(ARCH)/$(BOARD)/$(CONFIG_NAME).toml
|
FILESYSTEM_CONFIG?=config/$(ARCH)/$(BOARD)/$(CONFIG_NAME).toml
|
||||||
endif
|
endif
|
||||||
## Filesystem size in MB (default comes from filesystem_size in the FILESYSTEM_CONFIG)
|
## Filesystem size in MB (default comes from filesystem_size in the FILESYSTEM_CONFIG)
|
||||||
FILESYSTEM_SIZE?=$(shell grep filesystem_size $(FILESYSTEM_CONFIG) | cut -d' ' -f3)
|
FILESYSTEM_SIZE?=$(shell cargo run --release --manifest-path installer/Cargo.toml -- --filesystem-size -c $(FILESYSTEM_CONFIG))
|
||||||
## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption
|
## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption
|
||||||
REDOXFS_MKFS_FLAGS?=
|
REDOXFS_MKFS_FLAGS?=
|
||||||
## Set to 1 to enable Podman build, any other value will disable it
|
## Set to 1 to enable Podman build, any other value will disable it
|
||||||
|
|
Loading…
Reference in a new issue