Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/fcos/v1_5/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (c Config) ToIgn3_4Unvalidated(options common.TranslateOptions) (types.Conf
if partition.Label != nil {
if *partition.Label == "root" {
if partition.SizeMiB == nil || *partition.SizeMiB == 0 {
for idx := range disk.Partitions {
for idx := p + 1; idx < len(disk.Partitions); idx++ {
if idx == p {
continue
}
Comment thread
skewballfox marked this conversation as resolved.
Outdated
Expand Down