Wednesday, October 15, 2014

hints for setting up raspian. NFS Timezone keyboard


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

 
then proceed with mounts.
 
TODO:  change mountall.sh so that cifs mount stanzas have settings that can be modified to be usual local.  On raspian, main id is "pi".

No comments:

Post a Comment