mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2026-03-09 20:31:09 +00:00
Update README.md
This commit is contained in:
parent
683d211627
commit
cc07f44572
1 changed files with 5 additions and 1 deletions
|
|
@ -46,9 +46,13 @@ Source the file to use the variable:
|
||||||
source .bashrc
|
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
|
chmod -v a+wt $LFS/sources
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue