diff options
| author | Marcel Braun <marcel.braun@ost.ch> | 2026-05-04 23:25:16 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-05-05 14:38:53 +0200 |
| commit | 9aaabb2cf73f20cc4d4c68588e7bf4592837626f (patch) | |
| tree | ccad57939b19fc161a8fdd1ab87835eb41e471f1 /arch/x86_64/support/modules/README.md | |
| parent | bddee0f0cb77eb247eceea18005dc575b433bb69 (diff) | |
| download | kernel-9aaabb2cf73f20cc4d4c68588e7bf4592837626f.tar.xz kernel-9aaabb2cf73f20cc4d4c68588e7bf4592837626f.zip | |
Add simple symlink tests
Diffstat (limited to 'arch/x86_64/support/modules/README.md')
| -rw-r--r-- | arch/x86_64/support/modules/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86_64/support/modules/README.md b/arch/x86_64/support/modules/README.md index a04b9af..fac5daf 100644 --- a/arch/x86_64/support/modules/README.md +++ b/arch/x86_64/support/modules/README.md @@ -8,10 +8,13 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an ./archiv ./archiv/2024.img ./archiv/2025.img +./closed.txt ./information ./information/info_1.txt ./information/info_2.txt -./closed.txt +./symlinks +./symlinks/info_1_absolute -> /information/info_1.txt +./symlinks/info_1_relative -> ../information/info_1.txt ### 2024.img (ext2 filesystem with 2KB Block size) |
