Advertising
advertising
related pastes to tag 'nfs'
- 718516 - Unnamed: nfs booting preinit
-
- #!/bin/bash
- # /sbin/preinit.sh
- error() {
- echo $1
- echo "Stalling."
- sleep 999999 # arbitrary longtime
- }
- 707082 - stateless.sh: stateless diskless node tftpboot nfs root
-
- #!/bin/bash
- MODPROBE=/sbin/modprobe
- IFCONFIG=/sbin/ifconfig
- MYHOST=$(/sbin/dhcpcd -H; /bin/hostname) # By default, we'll use the DHCP assigned hostname
- NODE_NAME="thinkbig"