diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-05-12 12:00:40 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-05-12 12:00:40 +0200 |
| commit | 91821da0110e05724640903434c3d85fc3d02466 (patch) | |
| tree | fd1e83b1ccab6603374f2c134c8a3691b83164c9 /arch/x86_64/support/modules/README.md | |
| parent | fee33c0b2e2ab91a008bec16e143fba755b51974 (diff) | |
| download | kernel-91821da0110e05724640903434c3d85fc3d02466.tar.xz kernel-91821da0110e05724640903434c3d85fc3d02466.zip | |
if the boot_root_fs contains a /dev directory, vfs mounts the devfs onto the existing directory
Diffstat (limited to 'arch/x86_64/support/modules/README.md')
| -rw-r--r-- | arch/x86_64/support/modules/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/support/modules/README.md b/arch/x86_64/support/modules/README.md index 1a29ce5..6d235a7 100644 --- a/arch/x86_64/support/modules/README.md +++ b/arch/x86_64/support/modules/README.md @@ -40,6 +40,9 @@ The ext2_4KB_fs image is intentionally fragmented, as some files were created an (ext2 filesystem 4KB Block size) . ./lost+found +./dev +./dev/image_1.txt +./dev/image_2.txt ./snake_1.txt ./snake_2.txt ./petting_zoo/goat_1.txt |
