when resolv.conf is empty, always add 8.8.8.8
[bootcd.git] / outline.md
diff --git a/outline.md b/outline.md
new file mode 100644 (file)
index 0000000..31900e2
--- /dev/null
@@ -0,0 +1,24 @@
+# overall sequence (sysV init / systemd)
+
+* `pl_sysinit`
+* `pl_boot`
+
+# `pl_sysinit`
+
+* udev
+* **PY** `pl_hwinit`
+  * loads modules / blacklisted
+  * modprobe `sd_mod`, `usb_storage`, `floppy`
+  * wait 10' for USB subsystem to come up
+* initrd
+* block-devices
+* device-mapper-node
+* sysctl
+* rsyslog
+* **SH** `pl_netinit`
+  * locate network config
+  * IPMI 
+  * determine interface name<>
+* clock
+
+# `pl_boot`