Skip to content

Instantly share code, notes, and snippets.

View xtha's full-sized avatar
💭
k8s,openstack

zsh xtha

💭
k8s,openstack
  • China
  • 21:21 (UTC +08:00)
View GitHub Profile
@robinsmidsrod
robinsmidsrod / ubuntu-install.gpxe
Created March 25, 2011 10:12
My work-in-progress ubuntu install iPXE script
#!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