Posted by Evians on Sat 23rd Mar 13:43 (modification of post by Evians view diff)
View followups from Evians | diff | download | new post
- ### Root ###
- nano /etc/locale.gen
- locale-gen
- echo LANG-lv_LV.UTF-8 > /etc/locale.conf
- ln -s /usr/share/zoneinfo/Europe/Riga /etc/localetime
- hwclock --systohc --utc
- echo evians > /etc/hostname
- passwd
- useradd -m -g users -G wheel -s /bin/bash evians
- passwd evians
- pacman -S grub-bios
- grub-install /dev/sda
- cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
- grub-mkconfig -o /boot/grub/grub.cfg
- ping google.lv
- systemctl enable dhcpcd
- dhcpcd
- pacman -S sudo
- nano /etc/sudoers
- cp /usr/lib/systemd/system/getty@.service /etc/systemd/system/autologin@.service
- nano /etc/systemd/system/autologin@.service
- systemctl deamon-reload
- systemctl daemon-reload
- systemctl disable getty@tty1
- systemctl enable autologin@tty1
- systemctl start autologin@tty1
- cp /etc/skel/.bash_profile ~/.bash_profile
- ### Autologin LXDE ###
- ####################################################################
- #
- # ~/.bash_profile
- #
- [[ -f ~/.bashrc ]] && . ~/.bashrc
- [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
- ####################################################################
- #
- # ~/.xinitrc
- #
- exec startlxde
- ####################################################################
- ### Evians ###
- sudo pacman -S xorg-server xorg-xinit xorg-server-utils
- sudo pacman -S mesa xf86-video-vesa
- sudo pacman -S lxde
- sudo pacman -S ttf-dejavu
- sudo pacman -S chromium
- sudo pacman -S faenza-icon-theme
- tar -zxvf *.tar.gz
- sudo pacman -S gtk-engine-murrine
- lspci >> info.txt
- sudo pacman -S leafpad
- ### Ambiance ###
- https://launchpad.net/ubuntu/quantal/+source/light-themes/0.1.93/+files/light-themes_0.1.93.tar.gz
- ### Dyne ###
- ?
- ### #Red #Gray ###
- ? ?
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.