From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ef6Ru-0004WS-29 for guix-patches@gnu.org; Fri, 26 Jan 2018 11:01:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ef6Rp-0000jF-Lt for guix-patches@gnu.org; Fri, 26 Jan 2018 11:01:54 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36037) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ef6Rp-0000j8-J1 for guix-patches@gnu.org; Fri, 26 Jan 2018 11:01:49 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ef1NW-0005TU-3g for guix-patches@gnu.org; Fri, 26 Jan 2018 05:37:02 -0500 Subject: [bug#30216] [WIP] system: Add ARM installer; services: agetty: Make tty optional Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180122220011.7896-1-dannym@scratchpost.org> <87lggo7qjl.fsf@gnu.org> <20180123145452.57b9e1e6@scratchpost.org> <87vafqt2at.fsf@gnu.org> <20180125233315.677b3ae5@scratchpost.org> Date: Fri, 26 Jan 2018 11:36:01 +0100 In-Reply-To: <20180125233315.677b3ae5@scratchpost.org> (Danny Milosavljevic's message of "Thu, 25 Jan 2018 23:33:15 +0100") Message-ID: <87inbo52lq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 30216@debbugs.gnu.org Danny Milosavljevic skribis: >> I suppose fixing it would mean having a universal ARM U-Boot?=20=20 > > Well, I guess that's for u-boot upstream to get to work. > >> Or do you have other solutions in mind? > > User boots the (u-boot-less) image using qemu and sets up u-boot on there= - and > only then copies the whole (new) image to the SD card. OK. I guess that=E2=80=99d work, though it doesn=E2=80=99t sound particula= rly convenient. Ludo=E2=80=99.