- isolinux/syslinux
- arch-install-scripts
- cpio
- dosfstools
- libisoburn
- mkinitcpio-nfs-utils
- make
- opendesktop-fonts
- patch
- squashfs-tools
- lynx
- wget
Please check that you have 5GB (or more) of free harddisk space in your root partition:
df -h /
- Install dependencies:
sudo pacman -S arch-install-scripts cpio dosfstools libisoburn mkinitcpio-nfs-utils make patch squashfs-tools wget lynx
- Clone the repository recursively:
git clone https://github.com/keeganmilsten/Reborn-OS.git --recursive
- Fix file permissions in order to successfully build the ISO:
chmod +x /home/$USER/Reborn-OS/run.sh
cd /home/$USER/Reborn-OS/
sudo /home/$USER/Reborn-OS/run.sh
- Create an
out
folder by running:
sudo mkdir out
- Begin building it:
sudo ./build.sh -v
To rebuild the ISO, simply remove the build
folder in addition to emptying the out
folder. Next, re-enter the command from step 5.
- Run
rsync -v --progress -e ssh /home/$USER/reborn/out/Reborn-OS-2017.12.13-x86_64.iso keeganmm@frs.sourceforge.net:/home/frs/project/antergos-deepin/
- Follow the instructions found here: https://help.github.com/articles/adding-a-file-to-a-repository-using-the-command-line/