This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!ipxe | |
| echo | |
| echo Installing Ubuntu for ${hostname} from SAN | |
| # Setup iSCSI root path | |
| set root-path iscsi:nas.smidsrod.lan::::iqn.2011-02.lan.smidsrod:${hostname}.boot.ubuntu | |
| set skip-san-boot 1 | |
| set keep-san 1 | |
| # Setup PXELinux options | |
| # See http://syslinux.zytor.com/wiki/index.php/PXELINUX for details | 
NewerOlder