|
|
How do I disable the NetMAX Splash Screen? |
| Applies to: NetMAX version 2.x - 3.x
address-suppressed | |
|
You can test the results of disabling the NetMAX Splash Screen on a per
boot basis by typing the following at the linux boot: prompt
linux nosplash If you want/need to permanently disable the Splash Screen follow the instructions below. Note: If you make a mistake editing the rc.sysinit file your NetMAX MAY NOT BOOT. Double check your changes before you reboot the NetMAX.
Originally:
if [ -n "$SPLASH" ]; then /usr/netmax/bin/splash -l -t 300 & fi Change To:
#if [ -n "$SPLASH" ]; then # /usr/netmax/bin/splash -l -t 300 & #fi Saves Changes and Reboot the NetMAX.
Also see: How do I fix an error in rc.sysinit?
|
| Previous: |
|
| Next: |
|
| ||||||||