From efee4ebf43e376a7cd8b8abcef0c70aa90427bb4 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 1 Mar 2022 22:01:26 +0000 Subject: initial commit --- docs/artix-boot-tree | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/artix-boot-tree (limited to 'docs/artix-boot-tree') diff --git a/docs/artix-boot-tree b/docs/artix-boot-tree new file mode 100644 index 0000000..f5f6b13 --- /dev/null +++ b/docs/artix-boot-tree @@ -0,0 +1,37 @@ +default +└── boot + ├── misc + │   ├── hostname + │   ├── hwclock + │   ├── kmod-static-nodes + │   ├── modules + │   ├── rc-local + │   └── tmpfiles-dev + ├── mount + │   ├── mount-cgroups + │   ├── mount-devfs + │   ├── mount-filesystems + │   ├── mount-net + │   ├── mount-procfs + │   ├── mount-sysfs + │   └── remount-root + ├── setup + │   ├── binfmt + │   ├── cleanup + │   ├── console-setup + │   ├── dmesg + │   ├── getty + │   ├── net-lo + │   ├── random-seed + │   ├── swap + │   ├── sysctl + │   ├── sysusers * uncomment contents if esysusers is installed * + │   └── tmpfiles-setup + └── udev + ├── udevadm + │   ├── udevadm-log + │   └── udevadm-srv + └── udevd + ├── udevd-log + └── udevd-srv + -- cgit v1.2.1