Renamed file

This commit is contained in:
Scott C. MacCallum 2023-11-26 08:07:15 -05:00
parent a2bcc31361
commit b4bda9cfce
2 changed files with 8 additions and 8 deletions

View File

@ -44,8 +44,8 @@ rcctl start apmd
echo "kern.maxproc=4096" >> /etc/sysctl.conf echo "kern.maxproc=4096" >> /etc/sysctl.conf
echo "kern.maxthread=4096" >> /etc/sysctl.conf echo "kern.maxthread=4096" >> /etc/sysctl.conf
echo "kern.maxfiles=32768" >> /etc/sysctl.conf echo "kern.maxfiles=32768" >> /etc/sysctl.conf
echo "kern.audio.record=1" >> /etc/sysctl.conf #echo "kern.audio.record=1" >> /etc/sysctl.conf
echo "kern.video.record=1" >> /etc/sysctl.conf #echo "kern.video.record=1" >> /etc/sysctl.conf
# Unmute the speakers # Unmute the speakers
@ -56,12 +56,12 @@ echo "outputs.spkr_mute=off" >> /etc/mixerctl.conf
echo "keyboard.bell.volume=0" >> /etc/wsconsctl.conf echo "keyboard.bell.volume=0" >> /etc/wsconsctl.conf
echo "keyboard.encoding=us.metaesc" >> /etc/wsconsctl.conf echo "keyboard.encoding=us.metaesc" >> /etc/wsconsctl.conf
echo "mouse.tp.tapping=1" >> /etc/wsconsctl.conf #echo "mouse.tp.tapping=1" >> /etc/wsconsctl.conf
# Add the user to the operator and staff group # Add the user to the operator and staff group
usermod -G operator $user #usermod -G operator $user
usermod -G staff $user #usermod -G staff $user
# Set LC_CTYPE for Mosh # Set LC_CTYPE for Mosh
@ -72,10 +72,10 @@ echo "export LC_CTYPE=en_US.UTF-8" >> /home/$user/.profile
echo "permit :wheel" >> /etc/doas.conf echo "permit :wheel" >> /etc/doas.conf
# Enable SSH at boot # Enable SSH at boot
rcctl enable sshd #rcctl enable sshd
echo "https://mirrors.mit.edu/pub/OpenBSD >> /home/$user/.profile #echo "https://mirrors.mit.edu/pub/OpenBSD >> /home/$user/.profile
export PKG_PATH=https://mirrors.mit.edu/pub/OpenBSD/$(uname -r)/packages/$(uname -m)/ #export PKG_PATH=https://mirrors.mit.edu/pub/OpenBSD/$(uname -r)/packages/$(uname -m)/
# Wi-Fi setup # Wi-Fi setup