Nederlandse Debian preseeds en live-build configuraties

Fork me on GitHub

Profielen

GNOME

KDE

XFCE

Cinnamon

MATE

LXDE

Multi desktop omgeving (GNOME, KDE, Mate, Cinnamon, XFCE, LXDE)

Geen desktop

Gebruik

Preseeds

Boot de Debian installer via het boot menu en kies “Advanced options >” -> “Automated install”

Vul:

https://slspeek.github.io/debian/gnome-personal.cfg

in in het veld “Location of initial preconfiguration file”.

Voor gedetaileerde instructies zie deze presentatie handout uit de installatie cursus.

Live build

Installeer live-build

U installeert live-build als volgt

# apt-get install live-build

Gnome-complete live image bouwen

Download gnome-complete-live.tag.gz.

$ mkdir live
$ cd live
$ tar xvzf ~/Downloads/gnome-complete-live.tar.gz
$ cd gnome-complete-live
$ ./build.sh
$ cd build
$ lb config --mirror-bootstrap http://mirrors.xtom.nl/debian/
$ time sudo lb build

Als alles goed is gegaan staat er in build een bestand live-image-amd64.hybrid.iso

Scripts installeren

Op een niet gepreseede machine

curl https://slspeek.github.io/debian/scripts.tar.gz | sudo tar xvz -C /usr/local/bin

Op een gepreseede machine

sudo update-scripts.sh