|
I've had DVD images for the last several versions of Fedora downloaded and mounted so as to serve as a local http install repository. I'm trying to do the same with Fedora 11.
If my memory serves me correctly, somewhere in the Fedora DVD image is a minimal...
Started by skiphoppy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I guess://download.fedoraproject.org/pub/fedora/linux/releases/11/Fedora/i386/iso/Fedora-11-i386-netinst.iso http://download.fedoraproject.org/pub/fedora....
Okay, looks like Fedora 8, 9, and 10 have an images/boot.iso file, but 11 does not.
|
|
Sudo find /etc | xargs grep -i fedora > searchFedora
gives:
/etc/netplug.d/netplug: # At least on Fedora Core 1 ...
But see the Fedora version in the /etc/netplug.d/netplug file. Is it serious?
Started by TaintedLove on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Cat /etc/issue
What about uname -a ?
You can also try /etc/redhat-release
cat /etc/fedora-release Fedora release 7 (Moonshine)
You could try
lsb_release -a
which works on at least Debian.
|
|
How safe is it to install Fedora RPMs in CentOS 5? Does it depend on the version of the Fedora RPM or is it generally better to steer clear?
Started by Lin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Apart from this, it is also very possible that....
Fedora RPM's 2.6 ABI is not available on CentOS - no matter what version - but is the default on Fedora.
It's generally better to stay clear, and I don't think that answer will surprise you .
|
Ask your Facebook Friends
|
Possible Duplicate:
How to install fedora 12 iso file?
I just downloaded Fedora from here .
How do I install Fedora from the .iso file that is downloaded? Also, I have Vista already installed on my machine.
Started by eSKay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You can BURN the ISO file you've just downloaded with WinV to a CD or DVD .
Up the Fedora installer.
|
|
I downloaded Fedora 12 iso file. how can i create a bookable disc from an iso file and install
Please suggest me how to install Fedora 12 in a machine ?
Started by anishmarokey on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I believe fedora should have a guide on how to install it..
The manual here.
|
|
Windows recognizes and gives my fedora partition a drive letter, but it shows it as blank. Is there a way to get windows to read ext3 filesystem? Its a fedora 10 partition.
Started by ryansstack on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
;)
I know that you want to mount your Fedora partition but from experience I have found that the best way.
|
|
What's the easiest way to get a Fedora VM on my Ubuntu machine?
Started by jldupont on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Or you could install VMware Player and grab a pre-built Fedora "appliance.
A straightforward approach would be to install VirtualBox and then grab a Fedora .iso and load up a virtualbox client.
|
|
How do I know which tcp flavor is used in Fedora/Ubuntu?
Started by derekwei on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Download the kernel source and look? Of course I don't believe that Ubuntu or Fedora or doing much.
|
|
FC11 beta upgraded to FC12. When I do yum list I see listing on the far right column as follows: 'fedora' 'installed' and '@fedora'. Previously I never had '@fedora' and only seemed to appear when I upgraded from FC11->FC12.
Also when i look at the...
Started by Paul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The @fedora part is documented in the yum man page.
Which affect removal of old installonly packages.
|
|
I want to know if the box is Fedora Core 4 or Redhat 9, or CentOS, etc... not if it has Kernel 2.6.x
Started by Zak on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Release -> fedora-release
[dummuser@d400 ~]$ cat /etc/system-release
Fedora release 11 (Leonidas).
|