Advertisement
Guest User

Untitled

a guest
Jan 9th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1.  
  2. default vesamenu.c32
  3. timeout 99999999999999
  4. prompt 0
  5. noescape 1
  6. MENU MARGIN 5
  7. MENU BACKGROUND ocswp.png
  8. # Set the color for unselected menu item and timout message
  9. MENU COLOR UNSEL 7;32;41 #13c024 #00000000
  10. MENU COLOR TIMEOUT_MSG 7;32;41 #13c024 #00000000
  11. MENU COLOR TIMEOUT 7;32;41 #13c024 #00000000
  12. MENU COLOR HELP 7;32;41 #13c024 #00000000
  13.  
  14. # MENU MASTER PASSWD
  15.  
  16. # Allow client to edit the parameters
  17. ALLOWOPTIONS 1
  18.  
  19. # simple menu title
  20. MENU TITLE
  21.  
  22. MENU BEGIN Restore/Create image:
  23. label Create Image
  24. # MENU DEFAULT
  25. # MENU HIDE
  26. MENU LABEL Create Image
  27. # MENU PASSWD
  28. kernel /live/vmlinuz
  29. append initrd=/live/initrd.img boot=live username=user config quiet noswap edd=on nomodeset noeject noprompt ocs_prerun1="dhclient -v eth0" ocs_prerun2="mount -t cifs -o user=feskar,password=Ratata12 //192.168.1.241/cz /home/partimag" ocs_prerun3="ls -l /home/partimag" ocs_live_run="ocs-sr -q2 -c -j2 -z1p -i 2000 -p true savedisk ask_user sda" ocs_live_extra_param="" keyboard-layouts=NONE ocs_live_batch="yes" locales="en_US.UTF-8" vga=788 ip=frommedia nosplash
  30. TEXT HELP
  31. NB!!!! Skriv Elguide varenr som imagenavn.
  32. ENDTEXT
  33.  
  34. label Restore PC
  35. # MENU DEFAULT
  36. # MENU HIDE
  37. MENU LABEL Restore PC
  38. # MENU PASSWD
  39. kernel /live/vmlinuz
  40. append initrd=/live/initrd.img boot=live username=user config quiet noswap edd=on nomodeset noeject noprompt ocs_prerun1="dhclient -v eth0" ocs_prerun2="mount -t cifs -o user=feskar,password=Ratata12 //192.168.1.241/cz /home/partimag" ocs_prerun3="ls -l /home/partimag" ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -p true restoredisk ask_user sda" ocs_live_extra_param="" keyboard-layouts=NONE ocs_live_batch="yes" locales="en_US.UTF-8" vga=788 ip=frommedia nosplash
  41.  
  42. TEXT HELP
  43. NB!!!! Velg image etter varenr. UtlÄn har navn dell og toshiba.
  44. ENDTEXT
  45.  
  46. MENU END
  47.  
  48. label local
  49. # MENU DEFAULT
  50. # MENU HIDE
  51. MENU LABEL BOOT DVDER
  52. # MENU PASSWD
  53.  
  54. kernel chain.c32
  55. APPEND ntldr=/grldr
  56. TEXT HELP
  57. Hirenz, IC, Passcape, Win7 og Win8
  58. ENDTEXT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement