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 | |
| parent | bddee0f0cb77eb247eceea18005dc575b433bb69 (diff) | |
| download | kernel-9aaabb2cf73f20cc4d4c68588e7bf4592837626f.tar.xz kernel-9aaabb2cf73f20cc4d4c68588e7bf4592837626f.zip | |
Add simple symlink tests
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86_64/support/modules/README.md | 5 | ||||
| -rw-r--r-- | arch/x86_64/support/modules/ext2_1KB_fs.img | 2 |
2 files changed, 5 insertions, 2 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) diff --git a/arch/x86_64/support/modules/ext2_1KB_fs.img b/arch/x86_64/support/modules/ext2_1KB_fs.img index 5bbb76d..0312727 100644 --- a/arch/x86_64/support/modules/ext2_1KB_fs.img +++ b/arch/x86_64/support/modules/ext2_1KB_fs.img @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2ef9536a439825520d9e230eedaa9ae327f9763350eddbc0f24bf5b9b5d2bf2 +oid sha256:7cf40c3cf3d8e3be614cadf2da1c76138c492734c3730eadbca645f50ed99a50 size 10485760 |
