|
@ -1,11 +1,11 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime |
|
|
|
|
|
|
|
|
ln -sf /usr/share/zoneinfo/Mexico/General /etc/localtime |
|
|
hwclock --systohc |
|
|
hwclock --systohc |
|
|
sed -i '177s/.//' /etc/locale.gen |
|
|
sed -i '177s/.//' /etc/locale.gen |
|
|
locale-gen |
|
|
locale-gen |
|
|
echo "LANG=en_US.UTF-8" >> /etc/locale.conf |
|
|
echo "LANG=en_US.UTF-8" >> /etc/locale.conf |
|
|
echo "KEYMAP=de_CH-latin1" >> /etc/vconsole.conf |
|
|
|
|
|
|
|
|
echo "KEYMAP=es" >> /etc/vconsole.conf |
|
|
echo "arch" >> /etc/hostname |
|
|
echo "arch" >> /etc/hostname |
|
|
echo "127.0.0.1 localhost" >> /etc/hosts |
|
|
echo "127.0.0.1 localhost" >> /etc/hosts |
|
|
echo "::1 localhost" >> /etc/hosts |
|
|
echo "::1 localhost" >> /etc/hosts |
|
@ -15,7 +15,7 @@ echo root:password | chpasswd |
|
|
# You can add xorg to the installation packages, I usually add it at the DE or WM install script |
|
|
# You can add xorg to the installation packages, I usually add it at the DE or WM install script |
|
|
# You can remove the tlp package if you are installing on a desktop or vm |
|
|
# You can remove the tlp package if you are installing on a desktop or vm |
|
|
|
|
|
|
|
|
pacman -S grub efibootmgr networkmanager network-manager-applet dialog wpa_supplicant mtools dosfstools reflector base-devel linux-headers avahi xdg-user-dirs xdg-utils gvfs gvfs-smb nfs-utils inetutils dnsutils bluez bluez-utils cups hplip alsa-utils pipewire pipewire-alsa pipewire-pulse pipewire-jack bash-completion openssh rsync reflector acpi acpi_call tlp virt-manager qemu qemu-arch-extra edk2-ovmf bridge-utils dnsmasq vde2 openbsd-netcat iptables-nft ipset firewalld flatpak sof-firmware nss-mdns acpid os-prober ntfs-3g terminus-font |
|
|
|
|
|
|
|
|
pacman -S grub efibootmgr networkmanager network-manager-applet dialog wpa_supplicant mtools dosfstools reflector base-devel linux-headers avahi xdg-user-dirs xdg-utils gvfs gvfs-smb nfs-utils inetutils dnsutils bluez bluez-utils cups hplip alsa-utils pulseaudio bash-completion openssh rsync reflector acpi acpi_call tlp virt-manager qemu qemu-arch-extra edk2-ovmf bridge-utils dnsmasq vde2 openbsd-netcat iptables-nft ipset firewalld flatpak sof-firmware nss-mdns acpid os-prober ntfs-3g terminus-font |
|
|
|
|
|
|
|
|
# pacman -S --noconfirm xf86-video-amdgpu |
|
|
# pacman -S --noconfirm xf86-video-amdgpu |
|
|
# pacman -S --noconfirm nvidia nvidia-utils nvidia-settings |
|
|
# pacman -S --noconfirm nvidia nvidia-utils nvidia-settings |
|
@ -35,8 +35,8 @@ systemctl enable libvirtd |
|
|
systemctl enable firewalld |
|
|
systemctl enable firewalld |
|
|
systemctl enable acpid |
|
|
systemctl enable acpid |
|
|
|
|
|
|
|
|
useradd -m ermanno |
|
|
|
|
|
echo ermanno:password | chpasswd |
|
|
|
|
|
|
|
|
useradd -m gmarx |
|
|
|
|
|
echo gmarx:password | chpasswd |
|
|
usermod -aG libvirt ermanno |
|
|
usermod -aG libvirt ermanno |
|
|
|
|
|
|
|
|
echo "ermanno ALL=(ALL) ALL" >> /etc/sudoers.d/ermanno |
|
|
echo "ermanno ALL=(ALL) ALL" >> /etc/sudoers.d/ermanno |
|
|