Commit dd9341d
committed
chore(orch): split mkfs.ext4 feature flags into individually commentable slice
Replace the single comma-separated string literal for mkfs.ext4 -O with
strings.Join over a slice, so each ext4 feature flag can be commented
individually. Flags are sorted alphabetically within the main group,
with ^orphan_file separated at the end as a guest-compatibility workaround.
Original comments describing the feature set rationale (tar2ext4 matching,
kept defaults, orphan_file compat) are preserved in place.
No functional change - produces the identical argument string at runtime.
Addresses review feedback from #2082.
Link: #2082 (comment)1 parent 5adcb7a commit dd9341d
1 file changed
Lines changed: 22 additions & 8 deletions
Lines changed: 22 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
52 | 66 | | |
53 | 67 | | |
54 | 68 | | |
| |||
0 commit comments