mmitch / debian-live-mitch-zfs

my personalised Debian live build configuration with ZFS support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

live-build configuration for a personalised Debian 12 (Bookworm) rescue system with ZFS support

[GitHub project page]

instructions

To build the image:

  1. clone this repo
  2. install the live-build package
  3. run make build as root
  4. cp or dd the resulting live-image-amd64.hybrid.iso to a USB flash drive or burn it to a DVD
    (Or, if you're me and have exactly my memory stick, run make write. Have a look at write-to-stick to change USB devices targeted by make write.)

To rebuild the image after any configuration change, run make build again.

references

thanks

Many thanks to the Debian Live Project for this!

About

my personalised Debian live build configuration with ZFS support


Languages

Language:Shell 97.7%Language:Makefile 2.3%