revolution-installer
The installer of the Soviet-Linux operating system written in C.
How to install
Dependencies
- gcc
- cfdisk
- mkfs
- squashfs-tools
Installation
Automatic
- Curl and run the script
# curl raw.githubusercontent/Soviet-Linux/revolution-installer/main/install.sh | sh
Manually
-
Clone this repository:
# git clone https://github.com/Soviet-Linux/revolution-installer
-
Enter the revolution-installer directory:
# cd revolution-installer
-
Build the binaries:
# make
-
Copy binaries into /bin or /usr/bin
# cp bin/revolution /usr/bin
Usage
Revolution-installer is designed to work only on the official ISO of Soviet Linux and it will not work on an installed system.
-
Execute the revolution command as the root user:
# revolution
-
Follow the steps indicated by the interactive program.
Docs
You can view the docs in the DOC/ folder. It contains a pdf version as well as the LaTeX source files.
Contributing
You are free to contribute ideas and implementations to this project.
To submit code follow these steps:
-
Fork this repository
-
Create a new branch. Choose an appropriate name.
-
Commit your changes
-
Open a pull request
Licence
Distributed under the GNU GPLv3.0 licence. Refer to LICENCE for more info.