Bios or Efi
This commit is contained in:
@@ -48,7 +48,11 @@ rc-update add cronie default && \
|
||||
#user
|
||||
useradd -m -G wheel -s /bin/bash $USERNAME && \
|
||||
passwd $USERNAME && \
|
||||
sed -i "s/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/g" /etc/sudoers
|
||||
sed -i "s/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/g" /etc/sudoers && \
|
||||
|
||||
#Font set
|
||||
echo 'consolefont="eurlatgr"' > /etc/conf.d/consolefont && \
|
||||
rc-update add consolefont boot && \
|
||||
|
||||
#network
|
||||
pacman -S networkmanager networkmanager-openrc networkmanager-openvpn network-manager-applet && \
|
||||
@@ -66,8 +70,8 @@ rc-update add syslog-ng default && \
|
||||
|
||||
#Usefull utils
|
||||
pacman -S vi artools bash-completion lsof strace && \
|
||||
yes a | pacman -S wget htop mc zip samba unrar p7zip unzip && \
|
||||
yes a | pacman -S hdparm smartmontools hwinfo dmidecode && \
|
||||
yes a | pacman -S wget htop mc zip samba unrar p7zip unzip less && \
|
||||
yes a | pacman -S hdparm smartmontools hwinfo dmidecode vim && \
|
||||
yes a | pacman -S whois rsync nmap tcpdump inetutils net-tools ndisc6
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user