You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

static.gpxe 181B

12345678
  1. #!gpxe
  2. ifopen net0
  3. set net0/ip 10.0.2.15
  4. set net0/netmask 255.255.255.0
  5. set net0/gateway 10.0.2.2
  6. set net0/dns 10.0.2.3
  7. kernel http://etherboot.org/gtest/gtest.gpxe
  8. boot gtest.gpxe