Advertisement
Guest User

Untitled

a guest
Jul 5th, 2016
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. vmaccepteula
  2. rootpw mypassword
  3. install --firstdisk=local --overwritevmfs
  4. network --bootproto=dhcp --device=vmnic0
  5. reboot
  6. %post --interpreter=python --ignorefailure=true
  7. import time
  8. stampFile = open('/finished.stamp', mode='w')
  9. stampFile.write( time.asctime() )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement