31 lines
543 B
Markdown
31 lines
543 B
Markdown
Hyperbola-Bootstrap
|
|
==============
|
|
|
|
Bootstrap a base Hyperbola system from any GNU distro
|
|
|
|
Usage
|
|
=====
|
|
|
|
Make your Hyperbola GNU+Linux-libre bootstrap:
|
|
|
|
```console
|
|
# bash make-bootstrap-file.sh
|
|
```
|
|
|
|
If you want change the download repository
|
|
|
|
```console
|
|
# bash make-bootstrap-file.sh -u https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/testing
|
|
```
|
|
|
|
Change tarballs files permissions, example:
|
|
|
|
```console
|
|
$ doas chown 1000:1000 hyperbola-bootstrap-x86_64.tar.gz*
|
|
```
|
|
|
|
License
|
|
=======
|
|
|
|
This work is licensed under the [GNU GPLv3+](LICENSE)
|