#!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # Try to ensure sane NFS environment /sbin/modprobe nfs4 /sbin/sysctl fs.nfs.nfs_callback_tcpport=2049 /etc/init.d/nfs-common restart # LAIRv1 Legacy Support /sbin/ifconfig eth0:1 inet 192.168.10.18 netmask 255.255.255.0 up exit 0