2024-08-05 10:30:00 +08:00
2024-08-05 10:30:00 +08:00
2021-02-17 15:44:57 -05:00
2021-02-17 19:53:23 -05:00
2024-07-21 11:15:16 +08:00
2021-02-17 15:44:57 -05:00
2024-07-21 11:15:16 +08:00
2023-09-25 02:46:41 +08:00

Hyperbola-Bootstrap

Bootstrap a base Hyperbola system from any GNU distro

Usage

Make your Hyperbola GNU+Linux-libre bootstrap:

# bash make-bootstrap-file.sh

If you want change the download repository

# bash make-bootstrap-file.sh -u https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/testing

To display the script's help information, use the -h option:

# bash make-bootstrap-file.sh -h

Why Root (Superuser) is Required ?

This script must be run as root (superuser) because it performs several critical operations that require administrative privileges. The primary reason is the use of the mknod command to make device nodes (/dev/null, /dev/random, and /dev/urandom), which is restricted to superusers due to security considerations.

License

This work is licensed under the GNU GPLv3+

Description
Bootstrap a base Hyperbola system from any GNU distro
Readme GPL-3.0 188 KiB
Languages
Shell 100%