PartialVolume / shredos.x86_64

Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe
Other
1.28k stars 52 forks source link

Changes mainly related to retrieving and saving config files and saving PDF, log and dmesg files via tftp and ftp #199

Closed PartialVolume closed 6 months ago

PartialVolume commented 6 months ago
  1. Now searches through multiple drives looking for exfat/fat32 shredos boot discs including Ventoy.
  2. The delay ShredOS introduces while it waits for USB devices to initialise previously printed a period symbol every second to show something was happening, instead, it now counts down numerically from 30. Most USB devices have initialised after about 10-15 seconds.
  3. Two new kernel command line options are introduced. The first allows the user to determine whether PDF, log and dmesg files are sent using tftp or ftp protocols. i.e shredos_output=ftp:192.168.0.2:/home/joe/ftpdata/:jo:488993d:d [corrected as per comment below]
  4. The second kernel command line option is: shredos_config=ftp:192.168.0.2:/home/joe/ftpdata/:jo:488993d:d which determines where the nwipe config files are retrieved from on ShredOS boot and saved on nwipe exit. [corrected as per comment below]
  5. Added package openssh for sftp support
  6. Added package telnetd which had inadvertently been removed on the last update.
PartialVolume commented 6 months ago

Correction to items 3 & 4. The explanation of shredos_config and shredos_output were transposed. The corrected text is below

  1. Two new kernel command line options are introduced. The first allows the user to determine whether PDF, log and dmesg files are sent using tftp or ftp protocols. i.e shredos_output=ftp:192.168.0.2:/home/joe/ftpdata/:jo:488993d:d

  2. The second kernel command line option is: shredos_config=ftp:192.168.0.2:/home/joe/ftpdata/:jo:488993d:d which determines where the nwipe config files are retrieved from on ShredOS boot and saved on nwipe exit