An open API service indexing awesome lists of open source software.

https://github.com/samwhelp/debian-iso-builder-remix-mate

debian-iso-builder-remix-mate
https://github.com/samwhelp/debian-iso-builder-remix-mate

debian debian-iso-builder-remix iso-profile iso-profile-mate

Last synced: about 2 months ago
JSON representation

debian-iso-builder-remix-mate

Awesome Lists containing this project

README

          

# debian-iso-builder-remix-mate

## Home

| Link | GitHub |
| ---- | ------ |
| [debian-iso-builder-template](https://samwhelp.github.io/debian-iso-builder-template/) | [GitHub](https://github.com/samwhelp/debian-iso-builder-template) |
| `+` | `+` |
| [debian-iso-builder-remix-mate](https://samwhelp.github.io/debian-iso-builder-remix-mate/) | [GitHub](https://github.com/samwhelp/debian-iso-builder-remix-mate) |
| `=` | `=` |
| [debian-iso-builder-respin-mate](https://samwhelp.github.io/debian-iso-builder-respin-mate/) | [GitHub](https://github.com/samwhelp/debian-iso-builder-respin-mate) |

## Subject

* [Config](#config)
* [Howto](#howto)
* [Respin](#respin)
* [Link](#link)

## Config

| Config |
| ------ |
| [~/.config](https://github.com/samwhelp/debian-iso-builder-remix-mate/tree/main/profile/template/asset/overlay/etc/skel/.config) |
| [/usr/share/glib-2.0/schemas](https://github.com/samwhelp/debian-iso-builder-remix-mate/tree/main/profile/template/asset/overlay/usr/share/glib-2.0/schemas) |
| [/etc/dconf/db/distro.d](https://github.com/samwhelp/debian-iso-builder-remix-mate/tree/main/profile/template/asset/overlay/etc/dconf/db/distro.d) |

## Howto

* [Prepare](#prepare)
* [Combine](#combine)
* [Build](#build)

## Prepare

> install git

``` sh
sudo apt-get install git
```

### Combine

> clone [debian-iso-builder-remix-mate](https://github.com/samwhelp/debian-iso-builder-remix-mate)

``` sh
git clone https://github.com/samwhelp/debian-iso-builder-remix-mate.git
```

> change dir to `debian-iso-builder-remix-mate`

``` sh
cd debian-iso-builder-remix-mate
```

> combine via git clone

``` sh
make combine-via-git
```

### Build

> change dir to `~/work/debian-iso-builder-remix-mate/iso-profile`

``` sh
cd ~/work/debian-iso-builder-remix-mate/iso-profile
```

> bulid

``` sh
make build
```

> The resulting ISO file will be placed on `~/work/debian-iso-builder-remix-mate/iso-profile/dist`

## Respin

| Remix | Respin |
| ----- | ------ |
| [debian-iso-builder-remix-gnome-shell](https://github.com/samwhelp/debian-iso-builder-remix-gnome-shell) | [debian-iso-builder-respin-gnome-shell](https://github.com/samwhelp/debian-iso-builder-respin-gnome-shell) |
| [debian-iso-builder-remix-kde-plasma](https://github.com/samwhelp/debian-iso-builder-remix-kde-plasma) | [debian-iso-builder-respin-kde-plasma](https://github.com/samwhelp/debian-iso-builder-respin-kde-plasma) |
| [debian-iso-builder-remix-xfce](https://github.com/samwhelp/debian-iso-builder-remix-xfce) | [debian-iso-builder-respin-xfce](https://github.com/samwhelp/debian-iso-builder-respin-xfce) |
| [debian-iso-builder-remix-lxqt](https://github.com/samwhelp/debian-iso-builder-remix-lxqt) | [debian-iso-builder-respin-lxqt](https://github.com/samwhelp/debian-iso-builder-respin-lxqt) |
| [debian-iso-builder-remix-mate](https://github.com/samwhelp/debian-iso-builder-remix-mate) | [debian-iso-builder-respin-mate](https://github.com/samwhelp/debian-iso-builder-respin-mate) |
| [debian-iso-builder-remix-cinnamon](https://github.com/samwhelp/debian-iso-builder-remix-cinnamon) | [debian-iso-builder-respin-cinnamon](https://github.com/samwhelp/debian-iso-builder-respin-cinnamon) |
| [debian-iso-builder-remix-budgie](https://github.com/samwhelp/debian-iso-builder-remix-budgie) | [debian-iso-builder-respin-budgie](https://github.com/samwhelp/debian-iso-builder-respin-budgie) |

| Remix | Respin |
| ----- | ------ |
| [debian-iso-builder-remix-lxqt-with-kwin](https://github.com/samwhelp/debian-iso-builder-remix-lxqt-with-kwin) | [debian-iso-builder-respin-lxqt-with-kwin](https://github.com/samwhelp/debian-iso-builder-respin-lxqt-with-kwin) |
| [debian-iso-builder-remix-mate-with-compiz](https://github.com/samwhelp/debian-iso-builder-remix-mate-with-compiz) | [debian-iso-builder-respin-mate-with-compiz](https://github.com/samwhelp/debian-iso-builder-respin-mate-with-compiz) |

## Link

| Link | GitHub |
| ---- | ------ |
| [Debian / Mate / Adjustment](https://samwhelp.github.io/debian-mate-adjustment/) | [GitHub](https://github.com/samwhelp/debian-mate-adjustment) |
| [Debian / Mate / Note](https://samwhelp.github.io/note-about-debian-mate/) | [GitHub](https://github.com/samwhelp/note-about-debian-mate) |
| [Debian / Adjustment](https://samwhelp.github.io/debian-adjustment/) | [GitHub](https://github.com/samwhelp/debian-adjustment) |
| [Debian / Note](https://samwhelp.github.io/note-about-debian/) | [GitHub](https://github.com/samwhelp/note-about-debian) |