bugfix/dry-run-tui-freeze (#88)
Fixes #87 Reviewed-on: #88 Co-authored-by: localhorst <localhorst@mosad.xyz> Co-committed-by: localhorst <localhorst@mosad.xyz>
This commit is contained in:
16
README.md
16
README.md
@ -16,9 +16,9 @@ Use [Etcher](https://www.balena.io/etcher/#download) or `dd` to create an bootab
|
||||
## Screenshot
|
||||

|
||||
|
||||
## Debian Build Notes
|
||||
## openSUSE Build Notes
|
||||
|
||||
* `apt-get install ncurses-dev git make g++`
|
||||
* `zypper install ncurses-devel git make gcc-c++`
|
||||
* `git submodule init`
|
||||
* `git submodule update`
|
||||
* `make release`
|
||||
@ -28,16 +28,8 @@ Use [Etcher](https://www.balena.io/etcher/#download) or `dd` to create an bootab
|
||||
Just install [reHDDPrinter](https://git.mosad.xyz/localhorst/reHDDPrinter).
|
||||
No further settings needed.
|
||||
|
||||
## Create Standalone with Debian 11
|
||||
|
||||
Instructions how to create a standalone machine that boots directly to reHDD. This is aimed for production use, like several drives a day shredding.
|
||||
* Start reHDD after boot without login (as a tty1 shell)
|
||||
* Start dmesg after boot without login (as a tty2 shell)
|
||||
* Start htop after boot without login (as a tty3 shell)
|
||||
* Upload reHDD log every 12h if wanted
|
||||
|
||||
### Software requirements
|
||||
* `apt-get install hwinfo smartmontools curl htop sudo`
|
||||
* `zypper install hwinfo smartmontools curl htop sudo`
|
||||
|
||||
### Installation
|
||||
|
||||
@ -56,7 +48,7 @@ git submodule update
|
||||
|
||||
If you want to upload the logs, edit `scripts/reHDDLogUploader.bash` with your nextcloud token
|
||||
|
||||
Add your system drive in `/root/reHDD/ignoreDrives.conf` like:
|
||||
Add ignored drives in `/root/reHDD/ignoreDrives.conf` like:
|
||||
```e102f49d```
|
||||
Get the first 8 Bytes from your UUID via `blkid /dev/sdX`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user