From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757500Ab3GVPeW (ORCPT ); Mon, 22 Jul 2013 11:34:22 -0400 Received: from mail-ie0-f180.google.com ([209.85.223.180]:60329 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757458Ab3GVPeT (ORCPT ); Mon, 22 Jul 2013 11:34:19 -0400 MIME-Version: 1.0 In-Reply-To: <51ED3CF5.7000609@nod.at> References: <1374258017-19606-1-git-send-email-artagnon@gmail.com> <51E988FF.9010201@nod.at> <20130722124047.GL4165@ZenIV.linux.org.uk> <51ED31AF.8000309@nod.at> <51ED3CF5.7000609@nod.at> From: Ramkumar Ramachandra Date: Mon, 22 Jul 2013 21:03:39 +0530 Message-ID: Subject: Re: [PATCH] um: change defconfig to stop spawning xterm To: Richard Weinberger Cc: Al Viro , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Richard Weinberger wrote: > Again what problem are you trying to solve? > If you want a getty on /dev/tty0, run: To get systemd to do that for me automatically :) It automatically does the right thing when it detects xen, bochs, qemu, vmware, microsoft, oracle, chroot, openvz, and lxc. So, why not uml? [1/2] is about getting it to active console-getty.service when uml is detected. [2/2] is about getting it to disable vconsole-setup.service when uml is detected (since it uml doesn't do VT emulation, and the service will always fail). Too minor a problem?