diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index f22d0319b0..f150457aff 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -7902,29 +7902,28 @@ UserConfig> quit To use a splash screen, you need to modify the startup files that control the boot process for &os;. - You need to - create a /boot/loader.rc file that - contains the following lines: + You need to create + a /boot/loader.rc file that contains + the following lines: - include /boot/loader.4th + include /boot/loader.4th start - and a /boot/loader.conf that - contains the following: + and a /boot/loader.conf that + contains the following: - splash_bmp_load="YES" + splash_bmp_load="YES" bitmap_load="YES" - This assumes you are using - /boot/splash.bmp for your splash - screen. If you would rather use a PCX file, copy it to - /boot/splash.pcx, create a - /boot/loader.rc as instructed - above, and create a - /boot/loader.conf that - contains: + This assumes you are using + /boot/splash.bmp for your splash + screen. If you would rather use a PCX file, copy it to + /boot/splash.pcx, create a + /boot/loader.rc as instructed above, + and create a /boot/loader.conf that + contains: - splash_pcx_load="YES" + splash_pcx_load="YES" bitmap_load="YES" bitmap_name="/boot/splash.pcx"