Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can try create your own ISO based on packages from DilOS APT repos.

For example:

 

Code Block
languagebash
titleAdd new repo on top with updated packages:
deb http://apt.dilos.org/dilos du-unstable main contrib non-free
deb http://apt.dilos.org/dilos dg-unstable main contrib non-free
deb http://apt.dilos.org/dilos dilos-unstable main contrib non-free
deb http://apt.dilos.org/dilos dilos-testing main contrib non-free
Code Block
languagebash
titleUpdate files lists:
apt-get update

...

Code Block
languagebash
titleInstall 'iso-builder' package:
apt-get install iso-builder

...

 

Create new dataset:

zfs create -o mountpoint=/export/cd rpool/cd

...