Guest User

http://10.6.23.8/fog/service/ipxe/advanced.php

a guest
Aug 14th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!ipxe
  2. clear username
  3. clear password
  4. login
  5. params
  6. param username ${username}
  7. param password ${password}
  8. chain ${boot-url}/service/ipxe/advanced.php##params
  9. #!ipxe
Add Comment
Please, Sign In to add comment