SteveStudios / SDesk

The SDesk ISO source.
GNU General Public License v2.0
13 stars 1 forks source link
archlinux distro gnu installer iso linux sdesk

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

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