Gentoo Archives: gentoo-installer

From: Luis Flores soberon <lmflores78@×××××××.com>
To: gentoo-installer@l.g.o
Subject: Re: [gentoo-installer] Using GLI
Date: Thu, 01 Sep 2005 23:53:24
Message-Id: BAY20-F29E9926B8698F47FD44506C0A00@phx.gbl
In Reply to: Re: [gentoo-installer] Using GLI by Andrew Gaffney
1 Ok... Thank you for you answres...
2
3 >>Are you using the &quot;official&quot; experimental LiveCD?
4 No... I am using the normal CD.. I'll change..
5 >>Exactly what are you trying to do?
6 What I am trying to do is a live-cd that automatically installs everything
7 without asking anything. To do tests (currently), i am working in a virtual
8 machine.. I am using vmware.
9 So.. I boot up, then i connect to my machine (cause i haven't done a Live-CD
10 yet, i'm working on that) and copy the src of the GLI (using scp) to the
11 virtual machine so i can see hopw it actually works.
12 I was getting that error.. but both of you have answered me.. I have to use
13 the experimental Live-Cd...
14 Now.. it comes a new question...
15 Using your experimental Live CD, how can i do so that the fisrt thing
16 executed after the cd boots is a script (done by me), which will ask the
17 user to confirm the installation process???. If the user says "yes" then i
18 start executing installer-cli (e.g.)
19
20
21
22
23 <BLOCKQUOTE style='PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #A0C6E5
24 2px solid; MARGIN-RIGHT: 0px'><font
25 style='FONT-SIZE:11px;FONT-FAMILY:tahoma,sans-serif'><hr color=#A0C6E5
26 size=1>
27 From: <i>Andrew Gaffney &lt;agaffney@g.o&gt;</i><br>Reply-To:
28 <i>gentoo-installer@l.g.o</i><br>To:
29 <i>gentoo-installer@l.g.o</i><br>Subject: <i>Re:
30 [gentoo-installer] Using GLI</i><br>Date: <i>Thu, 01 Sep 2005 12:17:08
31 -0500</i><br>&gt;Are you using the &quot;official&quot; experimental LiveCD?
32 If not, you're <br>&gt;SOL. The installer has requirements that aren't
33 satisfied by the <br>&gt;normal release CDs. Also, I'm not sure what you're
34 doing copying it <br>&gt;into /mnt/gentoo before running it. Exactly what
35 are you trying to <br>&gt;do?<br>&gt;<br>&gt;Luis Flores soberon
36 wrote:<br>&gt;&gt;I'm trying to use the Gentoo Installer and get it to work.
37 To do my <br>&gt;&gt;tests I am using a virtual Machine inside my linux box
38 and booting <br>&gt;&gt;up with the live-CD. Im copying the entire installer
39 directory in <br>&gt;&gt;to the /mnt/gentoo directory, but it is not mount
40 (it is in RAM). I <br>&gt;&gt;try to run the<br>&gt;&gt;./installer-clie
41 with the arguments required (changing first the <br>&gt;&gt;INSTALL_DIR in
42 the script)<br>&gt;&gt;and i keep getting this error
43 :<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;Traceback (most recent call
44 last):<br>&gt;&gt; File
45 &quot;/home/luis/installer/src/fe/cli/clife.py&quot;, line 13, in
46 ?<br>&gt;&gt; import GLIClientController<br>&gt;&gt; File
47 &quot;/home/luis/installer/src/GLIClientController.py&quot;, line 17,
48 <br>&gt;&gt;in ?<br>&gt;&gt; import os, GLIClientConfiguration,
49 GLIInstallProfile, <br>&gt;&gt;GLIUtility, GLILogger, sys, signal, Queue,
50 GLIArchitectureTemplate, <br>&gt;&gt;GLINotification, traceback<br>&gt;&gt;
51 File &quot;/home/luis/installer/src/GLIInstallProfile.py&quot;, line 28, in
52 <br>&gt;&gt;?<br>&gt;&gt; import GLIStorageDevice<br>&gt;&gt; File
53 &quot;/home/luis/installer/src/GLIStorageDevice.py&quot;, line 1, in
54 ?<br>&gt;&gt; import commands, string, os, parted<br>&gt;&gt;ImportError:
55 No module named parted<br>&gt;&gt;<br>&gt;&gt;What is
56 happening???<br>&gt;<br>&gt;--<br>&gt;Andrew Gaffney
57 <br>&gt;http://dev.gentoo.org/~agaffney/<br>&gt;Gentoo Linux Developer
58 Installer
59 <br>&gt;Project<br>&gt;<br>&gt;--<br>&gt;gentoo-installer@g.o mailing
60 list<br>&gt;<br></font></BLOCKQUOTE>
61
62
63 --
64 gentoo-installer@g.o mailing list

Replies

Subject Author
Re: [gentoo-installer] Using GLI Andrew Gaffney <agaffney@g.o>
Re: [gentoo-installer] Using GLI Chris Gianelloni <wolf31o2@g.o>