From: Mariano Giménez Date: Wed, 7 Feb 2024 14:29:00 +0000 (+0100) Subject: docs/DEBUGGING: add screenshot and fix path to it X-Git-Tag: v256-rc1~157^2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed8998d372e04db58e2cab9a1d5a4aa35616d942;p=thirdparty%2Fsystemd.git docs/DEBUGGING: add screenshot and fix path to it --- diff --git a/docs/DEBUGGING.md b/docs/DEBUGGING.md index dc1c8743b44..716480a04da 100644 --- a/docs/DEBUGGING.md +++ b/docs/DEBUGGING.md @@ -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 index 00000000000..8415b81262e Binary files /dev/null and b/docs/assets/f17boot.png differ