| 
					
				 | 
			
			
				@@ -110,6 +110,7 @@ export chassistype=$(dmidecode --string chassis-type) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 if [[ "$chassistype" = "Laptop" || "$chassistype" = "Portable" || "$chassistype" = "Notebook" || "$chassistype" = "Sub Notebook" ]]; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	pacman -Syu --noconfirm xf86-input-synaptics acpid hdparm sdparm acpilight connman wpa_supplicant openvpn ethtool iwd pptpclient tlp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	sed "s/panel_items = LTSC/panel_items = LTSBC/g" /etc/skel/.config/tint2/tint2rc > /etc/skel/.config/tint2/tint2rc 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	systemctl enable tlp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	systemctl enable connman 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	systemctl enable acpid 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 fi 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -255,7 +256,7 @@ echo "linux vmlinuz-linux" >> /boot/loader/entries/arch.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 [ -f /boot/intel-ucode.img ] && echo "initrd /intel-ucode.img" >> /boot/loader/entries/arch.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 [ -f /boot/amd-ucode.img ] && echo "initrd /amd-ucode.img" >> /boot/loader/entries/arch.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 echo "initrd /initramfs-linux.img" >> /boot/loader/entries/arch.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-echo "options root=PARTUUID=$(blkid -s PARTUUID -o value $(mount | grep ' / '|cut -d' ' -f 1)) rw" >> /boot/loader/entries/arch.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+echo "options root=PARTUUID=$(blkid -s PARTUUID -o value $(mount | grep ' / '|cut -d' ' -f 1)) rw quiet loglevel=3" >> /boot/loader/entries/arch.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 [[ $(lspci | grep -i " vga" | grep -ci " nvidia") -gt 0 && $(grep -c "nvidia" /boot/loader/entires/arch.conf) -eq 0 ]] && sed -i 's/rw/rw nvidia-dkm.modeset=1/' /boot/loader/entires/arch.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # set boot loader entry as default 
			 |