Created
September 22, 2020 16:18
-
-
Save CodeAsm/0d224db7c35039c1e55a07c1e1297a24 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 | |
set base-url http://mirror.us.leaseweb.net/archlinux/iso/latest | |
kernel ${base-url}/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archiso_http_srv=${base-url}/ ip=dhcp cow_spacesize=2G raid=noautodetect | |
initrd ${base-url}/arch/boot/x86_64/archiso.img | |
boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment