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 | |
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 |
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 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 | |
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
Verifying my Blockstack ID is secured with the address 11FNCurZM1cy3tqAvJHzCEuATv1L8v68M https://explorer.blockstack.org/address/11FNCurZM1cy3tqAvJHzCEuATv1L8v68M |
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
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) |