Skip to content

my personalised Debian live build configuration with ZFS support

Notifications You must be signed in to change notification settings

mmitch/debian-live-mitch-zfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!