summaryrefslogtreecommitdiffstats
path: root/rescue/restore-image.sh
Commit message (Collapse)AuthorAgeFilesLines
* do not hardcode /tmp/media in detect_rootOlivier Blin2008-11-121-2/+3
|
* actually i believe that's a better fix as it's handled by the function which ↵Caio Begotti2008-11-101-2/+6
| | | | called detect_root, otherwise we'd be trapped and would not see the error and root would still be empty for write_image
* we should not echo an empty root variable if there's nothing inside it (if ↵Caio Begotti2008-11-101-3/+2
| | | | -gt 2 already assures there's at least one device present)
* add swap partitionOlivier Blin2008-11-051-1/+14
|
* add disk and main_part variablesOlivier Blin2008-11-051-3/+5
|
* fix using min disk sizeOlivier Blin2008-10-291-1/+1
|
* adding a minimum size for disks to be detected and filter the smalls ones outCaio Begotti2008-10-291-1/+1
|
* support more compression types (from Miura?)Olivier Blin2008-09-251-1/+8
|
* do not ask if only one device is found (from Miura?)Olivier Blin2008-09-251-13/+19
|
* expand root fs (from Miura?)Olivier Blin2008-09-251-0/+12
|
* do not allow monitor to blank/powersave (from Miura?)Olivier Blin2008-09-251-0/+4
|
* reuse titleOlivier Blin2008-09-251-1/+1
|
* adapt to rescueOlivier Blin2008-09-251-2/+2
|
* add image restoration scripts ("restore" command line parameter) from ↵Olivier Blin2008-09-251-0/+140
Classmate installer (Caio Begotti)