Skip to content

SteveStudios/SDesk

Repository files navigation

SDesk-ProjectBanner

This is the repository for the SDesk ISO Source code, It includes all of the packages and files required to build a custom SDesk disk image.

You can get a prebuilt ISO at: https://stevestudios.net/downloads

Building

Prequisites

  • Arch Linux, SDesk, or another Arch-Derived Distribution
  • The archiso package
  • OPTIONAL (But recommended): The qemu-full package for testing the disk image

Compiling the Disk Image for the first time

Run the following command to build the SDesk disk image:

sudo ./build.sh

Recompiling the Disk Image

Run the following commands to rebuild the SDesk disk image:

sudo rm -rf ./work
sudo rm -rf ./out
sudo ./build.sh

Testing

UEFI

Run the following command to test the SDesk disk image with QEMU emulating UEFI and using GRUB:

run_archiso -u -i "ISO NAME GOES HERE"

BIOS

Run the following command to test the SDesk disk image with QEMU emulating BIOS and using SysLinux:

run_archiso -i "ISO NAME GOES HERE"

Archiso man page