Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'nfs'

718516 - Unnamed: nfs booting preinit
  1. #!/bin/bash
  2. # /sbin/preinit.sh
  3.  
  4. error() {
  5.     echo $1
  6.     echo "Stalling."
  7.     sleep 999999 # arbitrary longtime
  8. }
  9.  
707082 - stateless.sh: stateless diskless node tftpboot nfs root
  1. #!/bin/bash
  2.  
  3. MODPROBE=/sbin/modprobe
  4. IFCONFIG=/sbin/ifconfig
  5. MYHOST=$(/sbin/dhcpcd -H; /bin/hostname) # By default, we'll use the DHCP assigned hostname
  6.  
  7. NODE_NAME="thinkbig"
  8.  
  9.  
fantasy-obligation