Updated Home (markdown)
parent
830813eb33
commit
d25448b01a
6
Home.md
6
Home.md
|
|
@ -12,13 +12,11 @@ Make the following change to `build.sh` (from releng):
|
|||
run_once make_packages
|
||||
done
|
||||
|
||||
And now copy this repository's `make_offline` script and place it in your [archiso](#)'s build folder.<br>
|
||||
It should live right next to the default releng script `build.sh`.
|
||||
And now copy (this repository's) [make_offline](https://github.com/Torxed/archinstall/blob/master/make_offline) script and place it in your [archiso](#)'s build folder right next to `build.sh` *(if you're using releng)*.<br>
|
||||
|
||||
That's all you need for now.<br>
|
||||
What you've done is using your build machines mirror list (you've probably changed it to fit your needs and location), and you've removed a unnecessary step of excessive downloading.
|
||||
|
||||
### Bring your build machines pacman-mirrorlist
|
||||
### Bring your build machines pacman-mirrorlist **(optional)**
|
||||
|
||||
If you've optemized/added changes to your `/etc/pacman.d/mirrorlist`,
|
||||
Comment out these two lines in `build.sh`:
|
||||
|
|
|
|||
Loading…
Reference in New Issue