Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ext4 image in WKS configuration #54

Open
jluebbe opened this issue Mar 1, 2023 · 0 comments
Open

use ext4 image in WKS configuration #54

jluebbe opened this issue Mar 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jluebbe
Copy link
Member

jluebbe commented Mar 1, 2023

With the current configuration, WKS will generate new file system images for both rootfs partitions:

part / --source rootfs --ondisk sda --fstype=ext4 --label root_a --fixed-size=150M --align 4096
part / --source rootfs --ondisk sda --fstype=ext4 --label root_b --fixed-size=150M --align 4096

These filesystems will have unnecessary differences to the ext4 generated directly from the image recipe via ext4 in IMAGE_FSTYPES, leading to less reuse during adaptive updates. Instead, the WKS file should reuse the existing ext4 image.

@jluebbe jluebbe added the enhancement New feature or request label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant