fixes the sequence image

This commit is contained in:
waldek 2022-08-23 11:05:45 +02:00
parent 929aae54ea
commit 6d38977f46
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Every running Linux computer must have a **first** process.
But where does this first process come from?
Below you can see a nice graph of the **boot sequence** of a standard Linux machine (taken from the [Debian system administrator handbook](https://debian-handbook.info/browse/stable/unix-services.html#sect.system-boot)).
![startup sequence](./assets/systemd_sequence.png)
![startup sequence](../assets/systemd_sequence.png)
By default the Linux kernel will run the `init` program but this can be overridden by passing an argument to the kernel upon boot.
For those who have played around with the [broken machines](./exercise_broken_machines.md) this is probably no real news.