summaryrefslogtreecommitdiff
path: root/docs/artix-boot-tree
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-01 22:01:26 +0000
committerdavidovski <david@davidovski.xyz>2022-03-01 22:01:26 +0000
commitefee4ebf43e376a7cd8b8abcef0c70aa90427bb4 (patch)
tree13956b6dbca8622b71edbdd3a1c2a949c5d1aac8 /docs/artix-boot-tree
initial commit
Diffstat (limited to 'docs/artix-boot-tree')
-rw-r--r--docs/artix-boot-tree37
1 files changed, 37 insertions, 0 deletions
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
+