mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2025-07-25 16:07:33 +00:00
Update README.md
This commit is contained in:

committed by
GitHub

parent
683d211627
commit
cc07f44572
@ -46,9 +46,13 @@ Source the file to use the variable:
|
||||
source .bashrc
|
||||
```
|
||||
|
||||
Download all the packages and extract them to /mnt/lfs/sources. Set the sticky bit:
|
||||
Download all the packages and extract them to /mnt/lfs/sources.
|
||||
|
||||
```
|
||||
cd /mnt/lfs
|
||||
cp /<location_of_the_package>/lfs-packages-10.0.tar .
|
||||
tar xf lfs-packages-10.0.tar
|
||||
mv 10.0 sources
|
||||
chmod -v a+wt $LFS/sources
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user