go get go.universe.tf/netboot/cmd/pixiecore
- Download gparted-live-*.zip and extract the archive
sudo pixiecore boot ./live/vmlinuz ./live/initrd.img --cmdline='boot=live config components union=overlay username=user noswap noeject ip= vga=788 fetch={{ ID "./live/filesystem.squashfs" }}&_=fs.squashfs'
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
local gue = Proto("gue", "Generic UDP Encapsulation") | |
local pf_variant = ProtoField.uint8("gue.variant", "Variant", base.DEC, nil, 0x3) | |
local pf_control = ProtoField.bool("gue.control", "Control Message", 8, nil, 0x4) | |
local pf_hlen = ProtoField.uint8("gue.hlen", "Header Length", base.DEC, nil, 0xf8) | |
local pf_proto = ProtoField.uint8("gue.proto", "Protocol", base.DEC) | |
local pf_flags = ProtoField.uint16("gue.flags", "Flags", base.HEX) | |
gue.fields = { pf_variant, pf_control, pf_hlen, pf_proto, pf_flags } |
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
pkgname=dhdutil | |
pkgver=0.1_git20180531 | |
pkgrel=0 | |
_commit=ce8d5dc138698fde21a1132baa2de43da78d80e0 | |
pkgdesc="Utility to manage Broadcom wireless cards" | |
url="https://github.com/george-hopkins/dhdutil" | |
arch="all" | |
license="ISC" | |
source="https://github.com/george-hopkins/${pkgname}/archive/${_commit}.tar.gz" | |
depends="" |