From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: Re: GSoC ideas Date: Wed, 23 Mar 2016 15:07:50 -0400 Message-ID: <86io0d2et5.fsf@gmail.com> References: <20160206113802.GA17867@thebird.nl> <87mvre2eyz.fsf@gnu.org> <87wpqhu0t1.fsf@dustycloud.org> <87si11r4md.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aio8P-0008Jm-9e for guix-devel@gnu.org; Wed, 23 Mar 2016 15:08:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aio8K-0008S4-V6 for guix-devel@gnu.org; Wed, 23 Mar 2016 15:08:01 -0400 In-Reply-To: <87si11r4md.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 09 Feb 2016 21:49:30 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Christopher Allan Webber skribis: > >> Maybe we should have a place to collect ideas? > > What about creating a page at ? > >> Anyway, here would be my top items for GSoC: >> >> - An installer wizard (written in Guile of course!) > > For GuixSD I guess? Sounds like good idea, of course. Possibly out of scope, but, I have found that there are many ways to install Guix. It would help to simplify this. what if this installer could do something like this: Examine the environment & determine the possible ways that Guix and/or GuixSD can be installed and then walk the user through choices: - netboot? - fdisk & GuixSD? - GNU/Linux system? - ?root user? - install Guix? - put GuixSD netboot on USB? - install GuixSD to disk? - install GuixSD dual boot? - running in user space? - guix installed? - set up git clone? - guix not present? - can you sudo? - yes - got to '?root user' above - no - install Guix in user space? - put GuixSD netboot on USB? At the end of the process, the user-lever user should have a functioning Guix setup in which all guix features described in the manual are working, (except those requiring root, e.g. guix system reconfigure).