Awesome
Sigma OS Bootstrap
To bootstrap Sigma OS follow these steps:
Required tools git
xbstrap
meson
nasm
sudo
make
cmake
ninja
-
Clone this repo into ./src
git clone https://www.github.com/sigma-os/bootstrap ./src
-
Create a build dir and go to it
mkdir ./build && cd ./build
-
Initialize xbstrap
xbstrap init ../src
-
Compile and install everything (warning: on first run this step may take a long time)
xbstrap install --all
Alternatively it should be enough to call
xbstrap install --reconfigure sigma-system
, this should still take a long time though -
Launch QEMU with
../src/scripts/run_qemu.sh
or write sigma.hdd to a disk or USB stick
Notes:
- Large parts of bootstrap.yml and patches were taken from managarm/bootstrap-managarm
- The image-create script uses
losetup
and thus asks for root access via sudo