]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/DEBUGGING: add screenshot and fix path to it
authorMariano Giménez <marianosgimenez@gmail.com>
Wed, 7 Feb 2024 14:29:00 +0000 (15:29 +0100)
committerhulkoba <jacoba@neighbourhood.ie>
Wed, 27 Mar 2024 05:53:46 +0000 (06:53 +0100)
docs/DEBUGGING.md
docs/assets/f17boot.png [new file with mode: 0644]

index dc1c8743b44e0ebcc69a3673dfcd809522aaeb26..716480a04da6d068acd784dc9ceec0c32d04c200 100644 (file)
@@ -15,7 +15,7 @@ Try to boot without `rhgb` and `quiet` on the kernel command line. If you see so
 * Starting _name_...
 * \[ OK \] Started _name_.
 
-then systemd is running. (See an actual [screenshot](f17boot.png).)
+then systemd is running. (See an actual [screenshot](../assets/f17boot.png).)
 
 Debugging always gets easier if you can get a shell. If you do not get a login prompt, try switching to a different virtual terminal using CTRL+ALT+F\_\_. Problems with a display server startup may manifest themselves as a missing login on tty1, but other VTs working.
 
diff --git a/docs/assets/f17boot.png b/docs/assets/f17boot.png
new file mode 100644 (file)
index 0000000..8415b81
Binary files /dev/null and b/docs/assets/f17boot.png differ