Created
April 29, 2016 13:19
-
-
Save aont/e08778a06ac57621fa57677cb5295959 to your computer and use it in GitHub Desktop.
kexec ubuntu usb
This file contains hidden or 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
| #!/bin/sh | |
| kexec -l /mnt/casper/vmlinuz.efi --command-line "noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz --" --initrd=/mnt/casper/initrd.lz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment