network: don't use "ifup -m"
[dracut.git] / modules.d / 50gensplash / gensplash-pretrigger.sh
blobe7c9541208def5af910452655bdfdcd17326449f
1 #!/bin/sh
3 if getargbool 1 rd.splash -d -n rd_NO_SPLASH; then
4 info "Starting Gentoo Splash"
6 [ -x /lib/udev/console_init ] && /lib/udev/console_init /dev/tty0
7 CDROOT=0
8 . /lib/gensplash-lib.sh
9 splash init
10 [ -x /lib/udev/console_init ] && /lib/udev/console_init /dev/tty0