Skip to content

The build scripts for a Debian live disk used for support in r/Techsupport

Notifications You must be signed in to change notification settings

r-Techsupport/rTS_Debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r/Techsupport Bootable Diagnostics and Recovery

This media was created to assist users trying to rescue their systems and data. It contains the tools required to recover files, check network issues, and manipulate or verify disks and their health.

This is build is for Bullseye (11).

See config\package-lists\ for included packages.

Build

This process has been containerized and put into a DevOps pipeline requiring podman and buildah. The pipeline will produce an ISO based on the files contained in /config.

Tools list

basics

  • curl
  • wget
  • mousepad
  • firefox-esr

efi

disk tools

files

  • p7zip-full

net tools

  • dnsutils
  • traceroute
  • gnome-nettool
  • wireshark-gtk

encryption

  • cryptsetup
  • dislocker

recovery tools

hardware

  • usbutils
  • pciutils
  • hardinfo

A note on sudo in podman and --privileged

It is required for the chroot stage of livebuild. See containers/podman#4619