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.
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
.
- curl
- wget
- mousepad
- firefox-esr
- gparted
- smartmontools
- gsmartcontrol
- nwipe
- hdparm
- ntfs-3g
- hfsprogs
- nvme-cli
- mdadm
- p7zip-full
- dnsutils
- traceroute
- gnome-nettool
- wireshark-gtk
- cryptsetup
- dislocker
- testdisk
- gddrescue
- clonezilla
- usbutils
- pciutils
- hardinfo
It is required for the chroot
stage of livebuild. See containers/podman#4619