Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2011 21:37:22 -0500
From:      Ryan Coleman <editor@d3photography.com>
To:        Grant Walter <grantwalter2@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: "Distributions" are missing from home burnt CD
Message-ID:  <6C8514A2-8346-451F-A127-E90627FBD338@d3photography.com>
In-Reply-To: <83D140CA-E0B9-49A3-A927-B11D7AF803E8@gmail.com>
References:  <83D140CA-E0B9-49A3-A927-B11D7AF803E8@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Distributions, by nature, shouldn't be on the disc... they are outdated =
the moment they are made into an ISO.

run these commands:

These are written assuming you are in as root.

# ftp ftp://ftp3.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz
This is a 50MB file. It will take some time. I have found =
ftp3.freebsd.org to be the fastest server in the US.
# mkdir /usr/ports
# chown root:wheel /usr/ports
# tar -xzf ./ports.tar.gz  -C /usr/ports/

Capital C is required there... it will shift you to the folder you need.
You can now build your programs as you need to.=20
/usr/ports/shells/bash*

This is also the most current version of the ports since you are getting =
it straight off the server.

--
Ryan



On Aug 1, 2011, at 9:02 PM, Grant Walter wrote:

> Hi guys,
>=20
> I burned a CD of the LiveFS image and my installation failed. I then =
tried installing from the Disk 1 image and the install succeeded.=20
>=20
> My problem is that there are no "Ditstributions" on the disk. I don't =
even have bash now. :(
> I have searched all over but cannot find a file that contains the =
distributions.
>=20
> Thanks for the help!!!
>=20
> -Grant_______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to =
"freebsd-questions-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6C8514A2-8346-451F-A127-E90627FBD338>