Skip to content

Commit 69c1abb

Browse files
authored
Update screensaver.adoc
Broken link fix
1 parent a9104fa commit 69c1abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/asciidoc/computers/configuration/screensaver.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $ convert image.png -colors 224 -depth 8 -type TrueColor -alpha off -compress no
9797
There are two ways to enable a fullscreen splash image on your Raspberry Pi. Depending on your technical expertise, you can either:
9898

9999
* <<apt-package, *Use the apt package>>.* This method is more straightforward, allowing you to enable the splash screen with minimal configuration. You install a pre-made package (`rpi-splash-screen-support`) that automates most of the setup. It copies your image, sets kernel parameters, and configures the system for you.
100-
* <<cli, *Edit the `cmdline.txt` system file>>.* This method is more technical, but gives you control over every step. You manually configure the splash image on the command line and then update your `initramfs` to contain the splash image.
100+
* <<cli-splash, *Edit the `cmdline.txt` system file>>.* This method is more technical, but gives you control over every step. You manually configure the splash image on the command line and then update your `initramfs` to contain the splash image.
101101

102102
[[apt-package]]
103103
==== Use the apt package
@@ -125,7 +125,7 @@ $ sudo reboot
125125

126126
If the image appears upside down when booting, edit the `convert` command in <<file-reqs, File requirements>> to add the `-flip` flag before the `splash-image.tga`. Then run `configure-splash` to update the image with the correct orientation.
127127

128-
[[cli]]
128+
[[cli-splash]]
129129
==== Edit the `cmdline.txt` system file
130130

131131
The following method requires editing system files and manually updating the `initramfs`.

0 commit comments

Comments
 (0)