From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OmZ6U-0001OY-TE for garchives@archives.gentoo.org; Fri, 20 Aug 2010 21:26:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BFAFE0A01; Fri, 20 Aug 2010 21:25:47 +0000 (UTC) Received: from mail-ew0-f53.google.com (mail-ew0-f53.google.com [209.85.215.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E6E1E0A01 for ; Fri, 20 Aug 2010 21:25:47 +0000 (UTC) Received: by ewy19 with SMTP id 19so2773336ewy.40 for ; Fri, 20 Aug 2010 14:25:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=FSPuFL65asqpawwxFc3Nz9aFKh6XTEGzNiHJMUjCP5Q=; b=Od9D89dNKuGULBURqnTALKcq35IVlsPP2UzcjGJJQO/e1tzXE9tNwTkqflN6RyxRYJ NhG4F4eAbAoRVHD3HkgKlGSGCLIsNEfdABDxA6aAcsqn8vBJzzzJ8X3jRTE62+HNtNdm LiNH2lNdk6KbCL4JKu3x8ZBVLDl7EKqKDLdYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lQ4EJ53gkUvlCJ9otXI/M5EJmt9gFr5QVX3W/mSQmtUPn6CtVw/vrA/yHYUASlzRFw jWUxZZ+b95NzmelRG0CphFf9CDfWgE3h9W972ykdxT5s+MGG5XqxqMZ1tQtGfYwsrD65 pW0zarA6f4/S30shsbYUEGBBvtWyJ1G4rNJfg= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.213.13.133 with SMTP id c5mr857652eba.4.1282339546397; Fri, 20 Aug 2010 14:25:46 -0700 (PDT) Received: by 10.14.4.76 with HTTP; Fri, 20 Aug 2010 14:25:46 -0700 (PDT) Date: Fri, 20 Aug 2010 23:25:46 +0200 Message-ID: Subject: [gentoo-user] Installer Skript From: Elmar Hinz To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 1e88d662-7607-4904-8383-2e0940b8ee7d X-Archives-Hash: 7e8778595339f5faf5f1887ba25790df Hello, yesterday I was working on an installer skript for Gentoo. What does it do? * It does the basic installation until you can reboot and login. * That includes formatting of the given partitions. * That includes compiling a genkernel. * It is developed and tested on Ubuntu. What does it not do? * It does not do partitioning itself. * It does not install a boot manger. (I use that on my Ubuntu partition.) * It does not set up wifi. What is required? You need at least a free partition of 5GB and a swap partition. Optionally you can use a separate partition for portage. Is anybody interested in testing the script? That is alpha software. You should at least be able look into the script before you run it. You know, it asks before, but then it does format your partitions. So it can be quite dangerous, if you don't exactly know what you are doing. Al