root@debian11:/tmp/initrd# tree | more . ├── bin -> usr/bin ├── conf │ ├── arch.conf │ ├── conf.d │ │ └── resume │ └── initramfs.conf ├── cryptroot │ └── crypttab ├── etc │ ├── console-setup │ │ ├── cached_UTF-8_del.kmap │ │ └── null │ ├── default │ │ └── keyboard │ ├── fonts │ │ ├── conf.d │ │ │ └── 60-latin.conf │ │ └── fonts.conf │ ├── fstab │ ├── ld.so.cache │ ├── ld.so.conf │ ├── ld.so.conf.d │ │ ├── libc.conf │ │ └── x86_64-linux-gnu.conf │ ├── lvm │ │ ├── archive │ │ │ ├── vg0_00000-267942700.vg │ │ │ ├── vg0_00001-854434220.vg │ │ │ ├── vg0_00002-520659205.vg │ │ │ ├── vg0_00003-1606608177.vg │ │ │ ├── vg0_00004-458787361.vg │ │ │ ├── vg0_00005-1786773709.vg │ │ │ ├── vg0_00006-196117920.vg │ │ │ ├── vg0_00007-2024993792.vg │ │ │ ├── vg0_00008-297779072.vg │ │ │ ├── vg0_00009-1557237202.vg │ │ │ ├── vg0_00010-550024633.vg │ │ │ ├── vg0_00011-155655591.vg │ │ │ └── vg0_00012-1101644815.vg │ │ ├── backup │ │ │ └── vg0 │ │ ├── lvm.conf │ │ ├── lvmlocal.conf │ │ └── profile │ │ ├── cache-mq.profile │ │ ├── cache-smq.profile │ │ ├── command_profile_template.profile │ │ ├── lvmdbusd.profile │ │ ├── metadata_profile_template.profile │ │ ├── thin-generic.profile │ │ ├── thin-performance.profile │ │ └── vdo-small.profile │ ├── modprobe.d │ ├── motd │ ├── mtab -> /proc/mounts │ ├── nsswitch.conf │ ├── os-release --More-- [q]