Created
June 20, 2017 13:19
-
-
Save vielmetti/44c8e626ac78e9d7e44ade976f2faaab to your computer and use it in GitHub Desktop.
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
#!ipxe | |
dhcp | |
set base-url http://ftp.debian.org/debian/dists/stretch/main/installer-arm64/current/images/netboot/debian-installer/arm64/ | |
kernel ${base-url}/linux console=ttyAMA0,115200 raid=noautodetect | |
initrd ${base-url}/initrd.gz | |
shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment