linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Fedora Core 6 or 7 on PPC?
@ 2007-03-19  0:17 Wolfgang Denk
  2007-03-19  0:34 ` Arnd Bergmann
  2007-03-19  7:27 ` David Woodhouse
  0 siblings, 2 replies; 6+ messages in thread
From: Wolfgang Denk @ 2007-03-19  0:17 UTC (permalink / raw)
  To: linuxppc-dev list

Hi,

has anybody Fedora Core 6 (or even better FC7 - test) running on a PPC
system? Could you please send me the /root/install.log file from your
system? I'd like to know which packages get installed by default, and
in which order.

Thanks in advance.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Conceptual integrity in turn dictates that the  design  must  proceed
from  one  mind,  or  from  a  very small number of agreeing resonant
minds.               - Frederick Brooks Jr., "The Mythical Man Month"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fedora Core 6 or 7 on PPC?
  2007-03-19  0:17 Fedora Core 6 or 7 on PPC? Wolfgang Denk
@ 2007-03-19  0:34 ` Arnd Bergmann
  2007-03-19 12:04   ` Wolfgang Denk
  2007-03-19 18:44   ` Geoff Levand
  2007-03-19  7:27 ` David Woodhouse
  1 sibling, 2 replies; 6+ messages in thread
From: Arnd Bergmann @ 2007-03-19  0:34 UTC (permalink / raw)
  To: linuxppc-dev

On Monday 19 March 2007, Wolfgang Denk wrote:
> has anybody Fedora Core 6 (or even better FC7 - test) running on a PPC
> system? Could you please send me the /root/install.log file from your
> system? I'd like to know which packages get installed by default, and
> in which order.

I don't have an up-to-date version of it right here, but in case you
are trying to do an installation of the minimal rpm files from a
running system, I can recommend the following procedure:

rpm --root /fc7/ --initdb
rpm --root /fc7/ -ivh --nodeps ftp://ftp-stud.fht-esslingen.de/Mirrors/fedora.redhat.com/linux/core/development/ppc/os/Fedora/fedora-release-*.noarch.rpm
yum --installroot=/fc7/ -y groupinstall Base

	Arnd <><

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fedora Core 6 or 7 on PPC?
  2007-03-19  0:17 Fedora Core 6 or 7 on PPC? Wolfgang Denk
  2007-03-19  0:34 ` Arnd Bergmann
@ 2007-03-19  7:27 ` David Woodhouse
  1 sibling, 0 replies; 6+ messages in thread
From: David Woodhouse @ 2007-03-19  7:27 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: linuxppc-dev list

On Mon, 2007-03-19 at 01:17 +0100, Wolfgang Denk wrote:
> has anybody Fedora Core 6 (or even better FC7 - test) running on a PPC
> system? Could you please send me the /root/install.log file from your
> system? I'd like to know which packages get installed by default, and
> in which order.

http://david.woodhou.se/f7t2-install.log

-- 
dwmw2

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fedora Core 6 or 7 on PPC?
  2007-03-19  0:34 ` Arnd Bergmann
@ 2007-03-19 12:04   ` Wolfgang Denk
  2007-03-19 12:15     ` Arnd Bergmann
  2007-03-19 18:44   ` Geoff Levand
  1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2007-03-19 12:04 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linuxppc-dev

Dear Arnd,

in message <200703190134.26030.arnd@arndb.de> you wrote:
>
> I don't have an up-to-date version of it right here, but in case you
> are trying to do an installation of the minimal rpm files from a
> running system, I can recommend the following procedure:
> 
> rpm --root /fc7/ --initdb
> rpm --root /fc7/ -ivh --nodeps ftp://ftp-stud.fht-esslingen.de/Mirrors/fedora.redhat.com/linux/core/development/ppc/os/Fedora/fedora-release-*.noarch.rpm
> yum --installroot=/fc7/ -y groupinstall Base

Thanks a lot - that was exactly what I was looking for without knowing
that it exitsts.

Where did you get this  information  from?  The  man  page  does  not
explain any of the group* actions ?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
The main thing is the play itself. I swear that greed for  money  has
nothing  to  do with it, although heaven knows I am sorely in need of
money.                                           - Feodor Dostoyevsky

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fedora Core 6 or 7 on PPC?
  2007-03-19 12:04   ` Wolfgang Denk
@ 2007-03-19 12:15     ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2007-03-19 12:15 UTC (permalink / raw)
  To: linuxppc-dev

On Monday 19 March 2007, Wolfgang Denk wrote:
> in message <200703190134.26030.arnd@arndb.de> you wrote:
> >
> > I don't have an up-to-date version of it right here, but in case you
> > are trying to do an installation of the minimal rpm files from a
> > running system, I can recommend the following procedure:
> >=20
> > rpm --root /fc7/ --initdb
> > rpm --root /fc7/ -ivh --nodeps ftp://ftp-stud.fht-esslingen.de/Mirrors/=
fedora.redhat.com/linux/core/development/ppc/os/Fedora/fedora-release-*.noa=
rch.rpm
> > yum --installroot=3D/fc7/ -y groupinstall Base
>=20
> Thanks a lot - that was exactly what I was looking for without knowing
> that it exitsts.
>=20
> Where did you get this =A0information =A0from? =A0The =A0man =A0page =A0d=
oes =A0not
> explain any of the group* actions ?

I googled for fedora and debootstrap when I last needed this.

	Arnd <><

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fedora Core 6 or 7 on PPC?
  2007-03-19  0:34 ` Arnd Bergmann
  2007-03-19 12:04   ` Wolfgang Denk
@ 2007-03-19 18:44   ` Geoff Levand
  1 sibling, 0 replies; 6+ messages in thread
From: Geoff Levand @ 2007-03-19 18:44 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linuxppc-dev

Arnd Bergmann wrote:
> On Monday 19 March 2007, Wolfgang Denk wrote:
>> has anybody Fedora Core 6 (or even better FC7 - test) running on a PPC
>> system? Could you please send me the /root/install.log file from your
>> system? I'd like to know which packages get installed by default, and
>> in which order.
> 
> I don't have an up-to-date version of it right here, but in case you
> are trying to do an installation of the minimal rpm files from a
> running system, I can recommend the following procedure:
> 
> rpm --root /fc7/ --initdb
> rpm --root /fc7/ -ivh --nodeps ftp://ftp-stud.fht-esslingen.de/Mirrors/fedora.redhat.com/linux/core/development/ppc/os/Fedora/fedora-release-*.noarch.rpm
> yum --installroot=/fc7/ -y groupinstall Base
> 

needed this...

mkdir -p /fc7/var/lib/rpm
mkdir -p /fc7/var/lib/tmp
mkdir -p /fc7/var/log

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-03-19 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-19  0:17 Fedora Core 6 or 7 on PPC? Wolfgang Denk
2007-03-19  0:34 ` Arnd Bergmann
2007-03-19 12:04   ` Wolfgang Denk
2007-03-19 12:15     ` Arnd Bergmann
2007-03-19 18:44   ` Geoff Levand
2007-03-19  7:27 ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).