Installation d'archlinux sur mon netbook msi u270
Rédigé par AnCaRioN
1 commentaire
Classé dans : Non classé
Après une longue absence, je me décide de réécrire un peu de contenu ici.
Aujourd'hui je partage mon install d'archlinux sur mon netbook msi u270
Article au format très brut, peut-être que je l'affinerai dans le temps.
Donc j'install le minimum depuis le livecd archlinux, puis au reboot suivant :
# ssh
pacman -S openssh
systemctl enable sshd.service
# Xorg
pacman -S xorg-server xorg-xinit xorg-server-utils mesa-libgl xf86-video-ati
# polices d'écriture
pacman -S xorg-fonts-type1 ttf-dejavu artwiz-fonts font-bh-ttf \
font-bitstream-speedo gsfonts sdl_ttf ttf-bitstream-vera \
ttf-cheapskate ttf-liberation
# audio
pacman -S pulseaudio pulseaudio-alsa pavucontrol
gpasswd -a user audio
# réseau
pacman -S networkmanager networkmanager-openconnect networkmanager-openvpn \
openconnect network-manager-applet
systemctl enable NetworkManager
systemctl start NetworkManager
# Créer le fichier /etc/polkit-1/rules.d/50-org.freedesktop.NetworkManager.rules
polkit.addRule(function(action, subject) {
if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0 && subject.isInGroup("network")) {
return polkit.Result.YES;
}
});
gpasswd -a user network
# lxde
pacman -S lxde-common openbox lxappearance lxappearance-obconf lxde-icon-theme lxdm lxinput \
lxlauncher lxmenu-data lxpanel lxrandr lxsession lxterminal pcmanfm xscreensaver gvfs
systemctl enable lxdm
# Créer le fichier /etc/X11/xorg.conf.d/10-keyboard-layout.conf
Section "InputClass"
Identifier "Keyboard Layout"
MatchIsKeyboard "yes"
MatchDevicePath "/dev/input/event*"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
# utils
pacman -S sshfs lftp bc vim traceroute scrot ranger dnsutils whois htop unrar \
unzip dosfstools fuse-exfat exfat-utils jre7-openjdk icedtea-web-java7 \
tmux
# net
pacman -S weechat ntp firefox firefox-i18n-fr chromium flashplugin
# bureautique
pacman -S libreoffice-base libreoffice-fr libreoffice-writer libreoffice-calc \
libreoffice-impress evince
# multimedia
pacman -S gimp gimp-help-fr vlc gpicview
# virtualisation
pacman -S virtualbox
# Créer le fichier /etc/modules-load.d/virtualbox.conf
vboxdrv
vboxnetflt
vboxnetadp
# via multilib
## activer multilib dans /etc/pacman.conf
pacman -Sy skype steam
# Pour compiler
pacman -S base-devel
## ajouter dépôt archlinux-fr
[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch
## puis
pacman -Sy
pacman -S yaourt
yaourt -S chromium-pepper-flash toxic-git weboob
# Blacklist module rts5139 (lecteur sd)
## /etc/modprobe.d/blacklist.conf
blacklist rts5139