Install Guide

Partitioning Disks

The first step to install the system is to partition your disks. We recommend doing tho following

fdisk /dev/sdX
mkfs.ext2 /dev/sdXy
mount /dev/sdXy /mnt

Cloning the Package Tree

The next step is to clone the package tree into the base system

cd /mnt
git clone --depth=1 "https://github.com/iglunix/iglunix"
cd iglunix

Building the Base

After that you need to build some packages

./install.sh

This will build and install the base system to /mnt but this doesn’t include rust. Todo that simply add it to the list of packages in install.sh

Installing the Bootloader

Installing tiny-linux-bootloader is difficult; We’ll improve these docs to include information on that later.