Cherry pick 675 3.1 - Issue-675-added section to Configure Operating System #993
Open
ranjinimn wants to merge 2 commits intosuse-edge:release-3.1from
Open
Cherry pick 675 3.1 - Issue-675-added section to Configure Operating System #993ranjinimn wants to merge 2 commits intosuse-edge:release-3.1from
ranjinimn wants to merge 2 commits intosuse-edge:release-3.1from
Conversation
* added section to Configure Operating System Signed-off-by: Ranjini M N <ranjini.n@suse.com> * First review and feedback * second review and feedback * third review --------- Signed-off-by: Ranjini M N <ranjini.n@suse.com>
dprodanov4
approved these changes
Dec 5, 2025
hardys
requested changes
Dec 5, 2025
Contributor
hardys
left a comment
There was a problem hiding this comment.
Some adjustments are needed for EIB 1.1.x I think
| * `diskSize` - Optional; sets the desired raw disk image size that EIB will resize the resulting image to. This is important to ensure that your disk image is large enough to accommodate any artifacts being embedded in the image. It is advised to set this to slightly smaller than your SD card size (or block device if writing directly to a disk) as the system will automatically expand at boot time to fill the size of the block device. This is optional, but highly recommended. Specify as an integer with either "M" (Megabyte), "G" (Gigabyte), | ||
| or "T" (Terabyte) as a suffix (e.g. "32G"). | ||
| * `luksKey` - Required for encrypted images; the given LUKS key for an encrypted raw image which is necessary for EIB to be able to complete the build process. | ||
| * `expandEncryptedPartition` - Optional; disabled by default, when enabled, automatically expands the encrypted partition to its maximum size. E.g. if `diskSize` is `25G` and this field is `true`, EIB will expand the encrypted partition to `25G` during the build process. |
Contributor
There was a problem hiding this comment.
3.1 uses EIB 1.1.x which doesn't include the support for encrypted disks AFAICS, so I think we need to remove these two lines - perhaps @dbw7 can take a look to check if any other adjustments are needed
Collaborator
Author
There was a problem hiding this comment.
@dbw7 Can you please review this and provide your inputs?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #675
Main branch - #986