Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
1ceffa56f8 | |||
4ff1888333 | |||
4b33fb6fdb |
@ -9,7 +9,7 @@
|
||||
* process multiple drives at once
|
||||
|
||||
## Download USB Image ##
|
||||
[2.5GB image v1.0.0](https://schuttercloud.com/s/ggxGH9sA326aRfK) (`wget` is your friend)
|
||||
See reHDD-Bootable how the live image created: https://git.mosad.xyz/localhorst/reHDD-Bootable
|
||||
|
||||
Use [Etcher](https://www.balena.io/etcher/#download) or `dd` to create an bootable USB drive .
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#ifndef REHDD_H_
|
||||
#define REHDD_H_
|
||||
|
||||
#define REHDD_VERSION "V1.1.2"
|
||||
#define REHDD_VERSION "V1.1.3"
|
||||
|
||||
// Drive handling Settings
|
||||
#define WORSE_HOURS 19200 // mark drive if at this limit or beyond
|
||||
|
@ -665,6 +665,12 @@ bool reHDD::getSystemDrive(string &systemDrive)
|
||||
break;
|
||||
}
|
||||
|
||||
if (currentLine.ends_with(" /run/overlay/live\n"s))
|
||||
{
|
||||
systemDriveFound = true;
|
||||
break;
|
||||
}
|
||||
|
||||
if (currentLine.ends_with(" /\n"s))
|
||||
{
|
||||
systemDriveFound = true;
|
||||
|
Loading…
Reference in New Issue
Block a user