From 5839c0e7fe283682a061d3802dbdffa0d450f21b Mon Sep 17 00:00:00 2001 From: Alexey Kryuchkov Date: Wed, 28 Sep 2011 16:32:46 +0400 Subject: [PATCH] UML machines now start with mconsole notification sockets attached --- bin/vstart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/vstart b/bin/vstart index 67eaec3..5b0492d 100755 --- a/bin/vstart +++ b/bin/vstart @@ -718,4 +718,6 @@ if [ "$VM_CON0" = "none" ]; then REDIRECT_CONSOLE=">/dev/null 2>&1" fi +KERNELCMD="$KERNELCMD mconsole=notify:$MCONSOLE_DIR/notify_$VM_NAME" + run_command "$JUST_PRINT" "$KERNELCMD" "{ $WAKEUP_PORTHELPER $REMOVE_FS_COMMAND $KERNELCMD; cleanHubs $HUBLIST; } $REDIRECT_CONSOLE $BACKGROUND"