ExnixOS-BY-MR/README.md

68 lines
2.2 KiB
Markdown
Raw Normal View History

2023-11-19 19:57:40 -01:00
## ExnixOS-BY-MR
2023-11-19 15:57:16 -01:00
2023-11-19 19:57:40 -01:00
This project is based on the code of eznixOS.The goal is to build ISO images for Debian and Devuan using the Calamares and Debian Installer. The project is divided into four folders: two for Devuan and Debian, each with the Calamares installer, and two with both installers.
2023-11-19 18:09:38 -01:00
No ISOs will be provided for download, but users can build them on their own. Follow the instructions below to get the code and build the ISOs.
## Build Instructions
2023-11-19 19:57:40 -01:00
Getting the Code
Clone the repository using the following command:
git clone https://git.acoroslinux.xyz/manuel/ExnixOS-BY-MR.git
2023-11-19 18:09:38 -01:00
### Prerequisites
2023-11-19 19:57:40 -01:00
Before starting the ISO construction install the packages included in the build-tools folder
2023-11-19 18:09:38 -01:00
2023-11-19 19:57:40 -01:00
### Debian
2023-11-19 18:09:38 -01:00
- live-build
- debootstrap
2023-11-19 19:57:40 -01:00
### Devuan
2023-11-19 18:09:38 -01:00
- live-build
- debootstrap
- devuan-keyring
2023-11-19 19:57:40 -01:00
### Project Structure
2023-11-19 18:09:38 -01:00
The project is structured as follows:
BldHelper.sh - Script for ISO construction for any version.
2023-11-19 19:57:40 -01:00
bldeznix12X.sh - Necessary scripts for ISO construction.
2023-11-19 18:09:38 -01:00
eznixOS12X/ - Contains the base code of eznixOS.
build-tools/ - .deb packages that need to be installed before building.
2023-11-19 19:57:40 -01:00
### Installing Build Tools
2023-11-19 18:09:38 -01:00
Navigate to the build-tools/ folder and install the .deb packages:
2023-11-19 19:57:40 -01:00
cd eznixOS12X/build-tools/
2023-11-19 18:09:38 -01:00
sudo dpkg -i *.deb
2023-11-19 19:57:40 -01:00
sudo apt install -f
### Building the ISOs
Copy the eznixOS12X/ folder to your home directory.
Copy the scripts to your home directory.
### Create extra necessary folders for the build the out folder and the logs folder were the final iso and build logs will be when the build finish
2023-11-19 18:09:38 -01:00
2023-11-19 19:57:40 -01:00
makdir -p /home/your_user/out
makdir -p /home/your_user/logs
2023-11-19 18:09:38 -01:00
Execute the BldHelper.sh script:
2023-11-19 19:57:40 -01:00
### Make sure you are in the home directory
2023-11-19 18:09:38 -01:00
sudo ./BldHelper.sh
2023-11-19 19:57:40 -01:00
Now just wait for the script to complete the ISO construction.
### This whas built and tested in Debian not in Devuan but i think will work perfectly in Devuan
### Feal free to use this as it is and or modify the whay you want
2023-11-19 18:09:38 -01:00
Acknowledgments
We want to express our sincere thanks to eznix for the work done on eznixOS, which served as the basis for this project.
Note: This project is intended for advanced users familiar with ISO construction. Make sure to fully understand the process before proceeding.