You can get a prebuilt ISO at: https://stevestudios.net/downloads
Run the following command to build the SDesk disk image:
sudo ./build.sh
Run the following commands to rebuild the SDesk disk image:
sudo rm -rf ./work
sudo rm -rf ./out
sudo ./build.sh
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"
Run the following command to test the SDesk disk image with QEMU emulating BIOS and using SysLinux:
run_archiso -i "ISO NAME GOES HERE"