Module Name: src Committed By: jmmv Date: Sun Dec 29 07:28:38 UTC 2024
Modified Files: src/sys/dev/splash: files.splash src/sys/kern: init_main.c Log Message: Fix SPLASHSCREEN_IMAGE handling This allows a kernel compiled with options: options SPLASHSCREEN makeoptions SPLASHSCREEN_IMAGE="path/to/image" to correctly display the built-in image, which was previously failing to be initialized by init_main.c. Note that init_main.c was already checking for makeoptions_SPLASHSCREEN_IMAGE and SPLASHSCREEN_IMAGE inconsistently in two places, and now it doesn't anymore. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/splash/files.splash cvs rdiff -u -r1.549 -r1.550 src/sys/kern/init_main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.