User Tools

Site Tools


linux:arch_workstation_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux:arch_workstation_setup [2018/06/13 21:41]
bmiddha
linux:arch_workstation_setup [2018/06/15 02:11]
bmiddha [nfs home dir]
Line 38: Line 38:
 genfstab -U /mnt >> /​mnt/​etc/​fstab genfstab -U /mnt >> /​mnt/​etc/​fstab
 </​code>​ </​code>​
-replace /​mnt/​swapfile with /swapfile in fstab+replace /​mnt/​swapfile with /swapfile in /etc/fstab
 <​code>​ <​code>​
 /​swapfile ​    ​none ​     swap    ........ /​swapfile ​    ​none ​     swap    ........
Line 63: Line 63:
 LANG=en_US.UTF-8 LANG=en_US.UTF-8
 </​file>​ </​file>​
-Genereate Locale + 
-locale-gen+===== Genereate Locale ​===== 
 +<​code>​locale-gen</​code>​
  
 ===== Hostname from DHCP ===== ===== Hostname from DHCP =====
Line 138: Line 139:
 <​code>​ <​code>​
 sudo useradd -m -d /​opt/​acmguest acmguest sudo useradd -m -d /​opt/​acmguest acmguest
-sudo passwd ​acmguset+sudo passwd ​acmguest
 </​code>​ </​code>​
 <​file|/​etc/​sudoers.d/​acmguset-sudo>​ <​file|/​etc/​sudoers.d/​acmguset-sudo>​
Line 146: Line 147:
 ===== LDAP Setup ===== ===== LDAP Setup =====
 [[linux:​arch_ad_backend]] [[linux:​arch_ad_backend]]
-===== nfs home dir ===== +===== mount home dir ===== 
-[[linux:arch_home_directories]]+Install nfs-utils 
 +<​code>​ 
 +sudo pacman -S nfs-utils 
 +</​code>​ 
 +<​file|/​etc/​fstab>​ 
 +
 +
 +172.29.0.6:/acm-home /home nfs  noauto,​x-systemd.automount,​x-systemd.device-timeout=10,​timeo=14,​x-systemd.idle-timeout=1min 0 0 
 +172.29.0.7:/​pkgs-64 /​var/​cache/​pacman/​pkg nfs  noauto,​x-systemd.automount,​x-systemd.device-timeout=10,​timeo=14,​x-systemd.idle-timeout=1min 0 0 
 +</​file>​
linux/arch_workstation_setup.txt · Last modified: 2021/05/02 21:36 (external edit)