diff options
author | 2025-02-11 13:59:55 -0800 | |
---|---|---|
committer | 2025-02-11 13:59:55 -0800 | |
commit | 0a5e1f385864efd1192e35e0ec3c7730935ef1f0 (patch) | |
tree | 8166d3b9edef2bde88a7735c9d541715f7b55157 /filesystem/filesystem.go | |
parent | 4b92926bd8c3171d0e0c9a15bf7e15cb2c03c0f8 (diff) | |
parent | 9235f4c4c3268e45082574b4f7c6835fcff7ec61 (diff) |
Merge "Ensure AVB rollback_index_location >= 1" into main
Diffstat (limited to 'filesystem/filesystem.go')
-rw-r--r-- | filesystem/filesystem.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go index 0ce31b293..9f2b239a0 100644 --- a/filesystem/filesystem.go +++ b/filesystem/filesystem.go @@ -131,7 +131,7 @@ type FilesystemProperties struct { // The index used to prevent rollback of the image. Only used if use_avb is true. Rollback_index *int64 - // Rollback index location of this image. Must be 0, 1, 2, etc. + // Rollback index location of this image. Must be 1, 2, 3, etc. Rollback_index_location *int64 // Name of the partition stored in vbmeta desc. Defaults to the name of this module. |