Compare commits
2 Commits
b0.2.0
...
354ee04e73
Author | SHA1 | Date | |
---|---|---|---|
354ee04e73 | |||
45a5cb303b |
@ -14,15 +14,13 @@
|
|||||||
* clone repo
|
* clone repo
|
||||||
* make release
|
* make release
|
||||||
|
|
||||||
## Create Standalone with Debian
|
## 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.
|
Instructions how to create a standalone machine that boots directly to reHDD. This is aimed for production use, like several drives a day shredding.
|
||||||
|
|
||||||
### Software requirements
|
### Software requirements
|
||||||
|
|
||||||
* apt-get install hwinfo
|
* apt-get install hwinfo smartmontools
|
||||||
* wget http://ftp.de.debian.org/debian/pool/main/s/smartmontools/smartmontools_7.1-1_amd64.deb
|
|
||||||
* dpkg --install smartmontools_7.1-1_amd64.deb
|
|
||||||
|
|
||||||
### Start reHDD after boot without login (as a tty shell)
|
### Start reHDD after boot without login (as a tty shell)
|
||||||
|
|
||||||
@ -66,6 +64,8 @@ nano /root/reHDDSettings.sh
|
|||||||
```
|
```
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
dmesg -n 1 #disable overlay if a drive is attached/detached
|
dmesg -n 1 #disable overlay if a drive is attached/detached
|
||||||
|
# remove comment for the following to activate log telemetie
|
||||||
|
# curl -k -T /root/reHDD/reHDD.log -u "ra7466BsoSPqJFG:" -H 'X-Requested-With: XMLHttpRequest' https://schuttercloud.com/public.php/webdav/`echo $(date '+%Y-%m-%d_%H-%M')`_reHDD.log
|
||||||
rm -f /root/reHDD/reHDD.log
|
rm -f /root/reHDD/reHDD.log
|
||||||
```
|
```
|
||||||
Make sure the binary reHDD is in /root/reHDD/
|
Make sure the binary reHDD is in /root/reHDD/
|
||||||
|
Reference in New Issue
Block a user