# Beispiel für das Hinzufügen eines Channels im APT-RPM-Format:
smart channel --add suse-10.0 type=apt-rpm name="SUSE 10.0" baseurl=http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386 components="base update security java"
#
# Ein APT-Repository für Ubuntu:
smart channel --add alias=breezy type=apt-deb distribution=breezy   baseurl=http://de.archive.ubuntu.com/ubuntu components="main restricted"
#
# Der folgende Befehl fügt einen Channel im RPM-MD-Format hinzu und legt dessen Priorität fest:
smart channel --add suse-10.0 type=rpm-md name="SUSE 10.0" priority=10 baseurl=http://ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse
#
# Kanalinformationen lassen sich nachträglich überschreiben:
smart channel --set suse-10.0 priority=100
#
# Die simpelste Channel-Variante greift ohne Repository in ein lokales Verzeichnis mit Paket-Dateien:
smart channel --add my-rpms type=rpm-dir name="Verzeichnis mit RPMs" path=$HOME/download/rpms
