diff options
-rwxr-xr-x | rc.d/rc.sysinit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 6ddeab05..1cebfc0d 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -161,6 +161,7 @@ fi touch /dev/.in_sysinit >/dev/null 2>&1 +killall nash-hotplug >/dev/null 2>&1 /sbin/start_udev # Load other user-defined modules @@ -176,7 +177,7 @@ fi # Start the graphical boot, if necessary; /usr may not be mounted yet, so we # may have to do this again after mounting RHGB_STARTED=0 -mount -n /dev/pts +mount -n /dev/pts >/dev/null 2>&1 if strstr "$cmdline" rhgb && ! strstr "$cmdline" early-login && [ "$BOOTUP" = "color" -a "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb ]; then LC_MESSAGES= /usr/bin/rhgb |