password generation utility was still python2
[bootcd.git] / outline.md
1 Just a few notes on how the whole boot sequence is organized
2
3 # overall sequence (sysV init / systemd)
4
5 * `pl_sysinit`
6 * `pl_boot`
7
8 # `pl_sysinit`
9
10 * udev
11 * **PY** `pl_hwinit`
12   * loads modules / blacklisted
13   * modprobe `sd_mod`, `usb_storage`, `floppy`
14   * wait 10' for USB subsystem to come up
15 * initrd
16 * block-devices
17 * device-mapper-node
18 * sysctl
19 * rsyslog
20 * **SH** `pl_netinit`
21   * locate network config
22   * IPMI 
23   * determine interface name<>
24 * clock
25
26 # `pl_boot`