talos/pkg/makefs/testdata/deeply_nested.proto
Noel Georgi 70e67787d6
feat: imager: populate filesystems with root owned files
Populate filesystems from source directories with root owned files.
This completes running imager fully rootless.

Fixes: #12498

Signed-off-by: Noel Georgi <git@frezbo.dev>
2026-01-05 21:13:42 +05:30

17 lines
377 B
Protocol Buffer

/
0 0
d--755 0 0
root1.txt ---644 0 0 FILEPATH/root1.txt
root2.txt ---644 0 0 FILEPATH/root2.txt
anotherdir d--755 0 0
file.txt ---644 0 0 FILEPATH/anotherdir/file.txt
$
subdir d--755 0 0
file1.txt ---644 0 0 FILEPATH/subdir/file1.txt
file2.txt ---644 0 0 FILEPATH/subdir/file2.txt
nested d--755 0 0
deep.txt ---644 0 0 FILEPATH/subdir/nested/deep.txt
$
$
$