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:50]
bmiddha
linux:arch_workstation_setup [2018/06/15 02:10]
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 148: Line 149:
 ===== nfs home dir ===== ===== nfs home dir =====
 [[linux:​arch_home_directories]] [[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)