#!/bin/bash # # Setup an NFS mounted install tree for easy installations # on the ARMedslack testing network. # MoZes. 06 yo. # rpc.portmap #ifconfig eth0 192.168.1.19 dhcpcd mkdir /pris ###################################################################################### # Note # ########### # If you're inside QEMU, you *may* need to add an NFS option 'insecure' to your # fstab: e.g. # / 192.168.1.0/255.255.255.0(insecure,rw,nohide,no_root_squash,sync,no_subtree_check) # Don't do that if your network contains untrusted hosts and don't export # your root filesystem either ;-) ####################################################################################### mount 192.168.1.1:/scratchbox/users/build/home/build/armedslack-current /pris echo "Your Slackware install tree is '/pris/slackware'"