blob: bbfc43b614064effb8f96b976cf0da877315f4e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
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)
|