Skip to content

xuanngo2001/cust-live-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Live Debian System

cust-live-deb is a 64-bit Debian operating system that runs from RAM. It can either boot from USB key or CD/DVD.

Screenshots

It comes in 2 flavors:

  • min: Strict minimum system with JWM light-weight window manager. From there, you can add your desired applications.
  • std: Standard system includes minimum system + common applications.

Burn ISO to USB key

WARNING: Everything in your USB key will be destroyed.

# On any unix system, run:
dd if="cust-live-deb-64-FFF_YYYY-MM-DD_HH.MM.SS.iso" of="/path/to/your/usb/device" bs=4M; sync

# Or, on cust-live-deb, run:
cld-dd-usb.sh cust-live-deb-64-FFF_YYYY-MM-DD_HH.MM.SS.iso /path/to/your/usb/device

MS Windows

On Microsoft Windows, you can use Win32 Disk Imager to burn the ISO to your USB key.

Documentation

  • For users, see User manual. Or, from cust-live-deb, Menu->Help->User manual.
  • For developers, see Developer manual. Or, from cust-live-deb, Menu->Help->Developer manual.

Releases stats

http://www.somsubhra.com/github-release-stats/?username=limelime&repository=cust-live-deb

TODO

Regenerate initrd

Chroot

References

Release checklist

  • Can you watch youtube video over wireless connection?

Alternatives