here are some notes about changes on a fresh raspian setup.
Raspian is set to UK keyboard.
sudo dpkg-reconfigure keyboard-configuration
Raspian is set to UTC
change on internationalization on raspi-config menu.
To mount nfs, rpcbindd is not running:
| 
# /etc/init.d/rpcbind start After that started nfslock, #/etc/init.d/nfslock and tried to remount the nfs share and all went fine. | 
| apt-get -y install nfs-kernel-server nfs-common portmap | 
 
No comments:
Post a Comment