Guest User

Untitled

a guest
Jun 12th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. label Clone Default Image
  2. #MENU DEFAULT
  3. MENU LABEL Clone from \bilbo
  4. kernel /live/vmlinuz
  5. append initrd=/live/initrd.img boot=live union=overlay config quiet noswap
  6. & noeject nosplash username=user hostname=yakkety components edd=on nomodeset
  7. & noprompt nolocales keyboard-layouts=sv locales=sv_SE.UTF-8
  8. & ocs_live_run="ocs-sr --batch -g auto -e1 auto -e2 -r -j2
  9. & -p poweroff restoredisk windows-10-base-clone sda" ocs_live_extra_param=""
  10. & ocs_live_batch=no vga=791 ip= nosplash i915.blacklist=yes radeonhd.blacklist=yes
  11. & nouveau.blacklist=yes vmwgfx.blacklist=yes
  12. & ocs_repository="smb://administrator:**********@192.168.10.41/common/utveckling/clone"
  13. & {lots of ocs_preruns to setup dhcp on one of two possible eth-interfaces}
  14.  
  15. menuentry "Clone from \\bilbo"{
  16. search --set -f /live/vmlinuz
  17.  
  18. linux /live/vmlinuz boot=live union=overlay config quiet noswap
  19. & noeject nosplash username=user hostname=yakkety components edd=on nomodeset
  20. & noprompt nolocales keyboard-layouts=sv locales=sv_SE.UTF-8
  21. & ocs_live_run="ocs-sr --batch -g auto -e1 auto -e2 -r -j2
  22. & -p poweroff restoredisk windows-10-base-clone sda" ocs_live_extra_param=""
  23. & ocs_live_batch=no vga=791 ip= nosplash i915.blacklist=yes radeonhd.blacklist=yes
  24. & nouveau.blacklist=yes vmwgfx.blacklist=yes
  25. & ocs_repository="smb://administrator:**********@192.168.10.41/common/utveckling/clone"
  26. & {same preruns, it seems to work well}
  27.  
  28. initrd /live/initrd.img
  29. }
  30.  
  31. OCS_PRERUN5="Mount -o user=,pass= //host/path/ /home/partimag"
Add Comment
Please, Sign In to add comment