Created
July 2, 2014 07:51
-
-
Save robinsmidsrod/dc0dc70adba8dcd79cdf to your computer and use it in GitHub Desktop.
iPXE Clonezilla boot script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
kernel /live/vmlinuz | |
initrd /live/initrd.img | |
imgargs vmlinuz boot=live username=user hostname=trusty config quiet union=overlayfs noswap edd=on nomodeset noeject locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no ip= nomodeset vga=normal nosplash | |
boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment