synit/notes/boot-tasks.md

23 lines
624 B
Markdown
Raw Permalink Normal View History

- set hostname
- fsck -A
- mount of the /proc-like things
- mount -a
- dhcp
2021-10-04 12:40:06 +00:00
- read /usr/share/udhcpc/default.script, it's very interesting and useful!
- modprobes
- getty
2021-10-04 12:40:06 +00:00
- ssh-keygen -A
- /usr/sbin/sshd -D
- check for updates
2021-10-04 12:40:06 +00:00
- randomness load/save/initialize/wait
- assertion of whether a defaultroute exists or not
- assertion of whether internet connectivity exists or not
- something syslog compatible
- hardware clock load/save
- udev
- sysctl -p
- set up sound (pulseaudio?)
2021-11-12 12:14:21 +00:00
- firewall! - port mappings etc. - could also reach out to upnp/nat-pmp etc.
- stop the console cursor from blinking