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.
12345678 |
- #!gpxe
- ifopen net0
- set net0/ip 10.0.2.15
- set net0/netmask 255.255.255.0
- set net0/gateway 10.0.2.2
- set net0/dns 10.0.2.3
- kernel http://etherboot.org/gtest/gtest.gpxe
- boot gtest.gpxe
|