Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-19-2006, 01:21 AM
|
#1
|
LQ Newbie
Registered: Mar 2006
Location: Brisbane, Australia
Distribution: Undecided,
Posts: 25
Rep:
|
Getting Packages off the LFS Disk
Ok I got to 3.2 LFS 6.1.1 chapter 3
how do I get the packages off the disk?
and load them?
I will write a How To Book, if this ever gets finished, The Info I have read so far is sadly lacking. And if it wasnt for you, the people here that really go out of there way to help. There would be a lot of sad people.
One more question, if i turn off the comp now do I have to redo what i have allready done.?
Last edited by Qwo; 05-20-2006 at 01:46 AM.
|
|
|
05-21-2006, 08:53 PM
|
#2
|
LQ Newbie
Registered: May 2006
Posts: 10
Rep:
|
The packages are on the CD in the /lfs-sources directory. You want to copy them to /mnt/lfs/sources (or $LFS/sources - same thing). Just issue this command:
Code:
cp -v /lfs-sources/*.* /mnt/lfs/sources/
Now you can watch as things copy over. Best of luck going forward!
|
|
|
05-22-2006, 03:34 PM
|
#3
|
LQ Newbie
Registered: Mar 2006
Location: Brisbane, Australia
Distribution: Undecided,
Posts: 25
Original Poster
Rep:
|
I must assume that /*.*/ means something that I type in ?
I typed in.
cp -v /lfs-sources/*.*/mnt/lfs/sources/
cp: missing destination file.
At this stage I can only copy what i see I cant figure out what i am supposed to do, like if /*.*/ is my hda? or a file etc?
|
|
|
05-22-2006, 05:13 PM
|
#4
|
Member
Registered: Aug 2004
Location: California, USA
Distribution: Ubuntu
Posts: 243
Rep:
|
Missing a space between *.* and /mnt/lfs/sources
Also one asterisk would have done the trick, too:
cp -v /mnt/cdrom/lfs-source/* /mnt/lfs/sources
Last edited by hrp2171; 05-22-2006 at 05:15 PM.
|
|
|
05-23-2006, 04:14 PM
|
#5
|
LQ Newbie
Registered: May 2006
Posts: 10
Rep:
|
Quote:
Originally Posted by hrp2171
Also one asterisk would have done the trick, too:
cp -v /mnt/cdrom/lfs-source/* /mnt/lfs/sources
|
That's just my Windows imperfections slipping through. 
|
|
|
05-24-2006, 03:01 AM
|
#6
|
LQ Newbie
Registered: Mar 2006
Location: Brisbane, Australia
Distribution: Undecided,
Posts: 25
Original Poster
Rep:
|
thanks for the help, I just picked up the Linux Bible from the local library, so its head down and study time, thanks again.
|
|
|
All times are GMT -5. The time now is 02:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|