Skip to content

Instantly share code, notes, and snippets.

View zsmithnyc's full-sized avatar

Zachary Smith zsmithnyc

View GitHub Profile
@zsmithnyc
zsmithnyc / ubuntu14.ipxe
Last active April 1, 2019 01:36
ubuntu 14.04 test
#!ipxe
dhcp
echo Starting Ubuntu 10.04.4 x64 installer for ${hostname}
set base-url http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/
kernel ${base-url}/linux console=ttyS1,115200n8 cloud-config-url=http://metadata.packet.net/metadata
initrd ${base-url}/initrd.gz
imgargs linux auto=true fb=false priority=critical console=ttyS1,115200n8 preseed/locale=en_GB kbd-chooser/method=gb preseed/url=https://gist.githubusercontent.com/rupello/624aecfc5b5c4f07927e57ac38edea1b/raw/8bc16149f384149cfbc842718ff4030141560128/ubuntuPreseed.cfg DEBCONF_DEBUG=5
boot
@zsmithnyc
zsmithnyc / gist:fbde5fde4d46ca380dcc9da33185e3ae
Last active February 11, 2018 18:03
ipxe boot fedora27
#!ipxe
# Set source URI
set mirror http://fedoramirror.joecompany.com/fedora-secondary/releases/27
# Detect CPU architecture and calculate repository URI
set arch aarch64
set repo ${mirror}/Everything/aarch64/os
Verifying my Blockstack ID is secured with the address 11FNCurZM1cy3tqAvJHzCEuATv1L8v68M https://explorer.blockstack.org/address/11FNCurZM1cy3tqAvJHzCEuATv1L8v68M
build-test:
[javac] Compiling 494 source files to /root/cassandra/build/test/classes
[javac] An exception has occurred in the compiler (1.8.0_91). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
[javac] java.lang.NullPointerException
[javac] at com.sun.tools.javac.comp.Lower.visitSelect(Lower.java:3837)
[javac] at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1897)
[javac] at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
[javac] at com.sun.tools.javac.comp.Lower.translate(Lower.java:2371)
[javac] at com.sun.tools.javac.comp.Lower.visitApply(Lower.java:3069)
[javac] at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465)