brentfrow / ubuntu-desnap

desnapified version of ubuntu

Home Page:https://vega-d.github.io/ubuntu-desnap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu Desnapified! + My Ubuntu Remix

This project is based and improved upon Ubuntu Remixes. I forked it from https://github.com/vega-d/ubuntu-desnap to create my own custom Ubuntu iso

To remix an iso you need mtools and xorriso: sudo apt install mtools xorriso

To download a fresh iso from ubuntu servers (this will also start re-assembling it with your modifications): ./fetch_build

To remix again without downloading: sudo make

To clean up after yourself: sudo make clean

To change what modifications to apply, change build/remix.sh file.

To change where to get iso from, change fetch_build.conf file.

To change how your ISO is presented in it's GRUB2, change grub.cfg file.

About

desnapified version of ubuntu

https://vega-d.github.io/ubuntu-desnap

License:GNU General Public License v3.0


Languages

Language:Makefile 63.8%Language:Shell 36.2%