echo /adresse/du/dossier/local > /var/lib/tazpkg/mirror
rsync -r -t -p -o -g --progress --delete -l -H rsync://mirror.slitaz.org/slitaz/packages/$VERSION /adresse/du/dossier/local
# Mettre un lien vers les paquets dans le cache tazpkg.
ln -s /dossier/*.tazpkg /var/cache/tazpkg
# Installer les paquets voulus.
tazpkg get-install-list /dossier/paquets.list
# Reconfigurer xorg si cela est nécéssaire, ou utiliser toute commande utile. Par exemple :
modprobe nvidia
tazx config-xorg
# Installer pilote intel.
tazpkg get-install xorg-xf86-video-intel
# Installer pilote touchpad.
tazpkg get-install xorg-xf86-input-synaptics
# Tweaks pilote intel.
rm /dev/dri
mkdir /dev/dri
modprobe i915 modeset=1
modprobe drm
# Reconfigurer xorg.
tazx config-xorg
# Ajouter l'outil pour gérer la luminosité de l'écran.
tazpkg get-install xorg-xbacklight
/etc/init.d/acpid restart
# Tweaks pilote intel.
rm /dev/dri
mkdir /dev/dri
modprobe i915 modeset=1
modprobe drm
It looks like you're new here. If you want to get involved, click one of these buttons!