Skip to content

Instantly share code, notes, and snippets.

View am910021's full-sized avatar

am910021

  • Taiwan
  • 10:24 (UTC +08:00)
View GitHub Profile
@rikka0w0
rikka0w0 / ipxe_build.md
Last active March 28, 2025 12:06
Build IPXE

1. Install tools and config IPXE

# Install compiler and dependencies
sudo apt-get install -y git gcc make liblzma-dev

# Grab the source code
git clone https://github.com/ipxe/ipxe.git
cd ipxe/src

# Enable NFS support
@bdrewery
bdrewery / loader.conf
Created July 4, 2012 04:00
FreeBSD BE ZFS setup
zfs_load="YES"
vfs.root.mountfrom="zfs:zroot/ROOT/freebsd83"