Skip to content
/ xixer Public

Docker based tool for Debian Live install to USB

License

Notifications You must be signed in to change notification settings

jnalley/xixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xixer

A docker based tool for Debian Live install to USB

Instructions

Build the docker image:

$ docker build -t xixer .

WARNING: --usb-device will be erased

Run xixer in the container:

$ docker run --privileged --rm -it xixer --hostname=xixer --usb-device=sdb

Options:

  • --hostname - hostname
  • --password - root password
  • --arch, --suite, --mirror - options passed to debootstrap
  • --usb-device - device name of the USB flash drive (e.g. sdb)

Inspired by Will Haley's article Create a Custom Debian Live Environment (CD or USB)

About

Docker based tool for Debian Live install to USB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages