xi72yow / DEBIAN-GX

A pre-configured Debian Spin with Gnome Desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEB-GX Banner

DEBIAN-GX

Waht is DEB-GX

DEB GX short for (Debian Gnome xi72yow) is an pre configured Debian System with Gnome Desktop. This Debian Spin is ready to work with and then entertain the user. If you are interested see this Video (soon) or try it by yourself.

The Dream

In my dream of DEB-GX, the System and all Apps used the same color palette. Currently, it is only in my imagination, but I will pull out all the stops, that the dream will come one day true.

Usage

  1. Download the latest Version of DEB-GX from this repo
  2. Flash the deb-gx_0.1.0.iso to an USB Stick. For Example balenaEtcher or popsicle can do this job.
  3. Boot from the flashed USB
  4. Enter LIVE Version of DEB-GX
  5. Install with Grafical Installer

Administrate to create your own Spin

In order to create your own Debian spin, it is advisable to test and work with Linux as the operating system for some time. When creating your own, largely customized spin, some configuration files must be placed in the right place in the right format. How DEB-GX is built is explained in the following steps. Note that live-build runs at the best on Debian. You can try to running it on Ubuntu. ¯\(ツ)

Show instructions
  1. clone this repo and go into it

    git clone https://github.com/xi72yow/DEBIAN-GX.git
    cd DEBIAN-GX
  2. make the admin script executeabele

    chmod +x ./admin/dgxa
  3. install dev dependencies

    sudo ./admin/dgxa id
  4. download all needed files

    ./admin/dgxa d
  5. set calamares

    ./admin/dgxa sc
  6. set login screen

    ./admin/dgxa sl
  7. set plymouth splash

    ./admin/dgxa sp
  8. build DEBIAN-GX

    sudo ./admin/dgxa b

Further details will follow in the near future.

About

A pre-configured Debian Spin with Gnome Desktop


Languages

Language:Shell 100.0%