From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933205Ab3GVT34 (ORCPT ); Mon, 22 Jul 2013 15:29:56 -0400 Received: from b.ns.miles-group.at ([95.130.255.144]:1660 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932676Ab3GVT3z (ORCPT ); Mon, 22 Jul 2013 15:29:55 -0400 Message-ID: <51ED882F.9080801@nod.at> Date: Mon, 22 Jul 2013 21:29:51 +0200 From: Richard Weinberger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Ramkumar Ramachandra CC: Al Viro , LKML Subject: Re: [PATCH] um: change defconfig to stop spawning xterm 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> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 22.07.2013 17:33, schrieb Ramkumar Ramachandra: > 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? Ask systemd folks. UML exists much longer than systemd. > [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? No, but we won't break existing applications, period. If you offer me a solution that does not break any existing applications and solves your systemd issue we can talk. :-) Thanks, //richard