From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: Come back and graphical installer Date: Fri, 16 Nov 2018 22:20:01 +0900 Message-ID: <87wopd88hq.fsf@gmail.com> References: <87lg6sejwa.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNe2d-0007d3-Px for guix-devel@gnu.org; Fri, 16 Nov 2018 08:20:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNe2Y-00039s-St for guix-devel@gnu.org; Fri, 16 Nov 2018 08:20:11 -0500 Received: from mail-pg1-x534.google.com ([2607:f8b0:4864:20::534]:35626) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gNe2Y-00038q-NN for guix-devel@gnu.org; Fri, 16 Nov 2018 08:20:06 -0500 Received: by mail-pg1-x534.google.com with SMTP id 32-v6so10621611pgu.2 for ; Fri, 16 Nov 2018 05:20:06 -0800 (PST) Received: from everest (222.61.30.125.dy.iij4u.or.jp. [125.30.61.222]) by smtp.gmail.com with ESMTPSA id t4-v6sm43136046pfb.44.2018.11.16.05.20.03 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 16 Nov 2018 05:20:04 -0800 (PST) In-reply-to: <87lg6sejwa.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Guix-devel Hello, I updated the wip-newt-installer, with a first testable version of the installer. As it requires to rebuild the world and it is not built by berlin yet, here's an iso version of the installer. https://drive.google.com/file/d/1OoVhlok1QMRcItwGBZfYn8Ocma-h2oGL/view?usp=sharing It can be tested with Qemu with the command line: qemu-system-x86_64 -m 1024 -smp 1 -boot menu=on -drive file= -vga std Or, on a real hardware, for the bravest :p Note that remains to be done: * The partitioning page * The page to select a desktop environment (gnome, xfce, ...) * The final step of system reconfiguration Since my last email, I also added an abstraction layout (in the gnu/bootloader.scm idea), so that if we want to add a new (gtk3?) installer in the future, we can still use the same grounds. I feel that now is a good time to gather remarks/ideas/patches before diving into the last part. Plus, I'm terrible UI design so any help tuning logo, colors and button placement would be much appreciated :) Thanks, Mathieu