Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable modprobe when running mkinitrd | Olivier Blin | 2008-11-12 | 1 | -0/+1 |
| | |||||
* | remove duplicate error message | Olivier Blin | 2008-11-12 | 1 | -2/+0 |
| | |||||
* | always echo root to handle back one-disk systems (echoing an empty root does ↵ | Olivier Blin | 2008-11-12 | 1 | -3/+4 |
| | | | | not matter, since caller checks) | ||||
* | fix quoting | Olivier Blin | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | really give a chance to retry (though, it will still go to the writing if ↵ | Olivier Blin | 2008-11-12 | 1 | -0/+1 |
| | | | | nothing is detected) | ||||
* | allow to rebuild initrd | Olivier Blin | 2008-11-12 | 1 | -0/+7 |
| | |||||
* | fix indentation | Olivier Blin | 2008-11-12 | 1 | -7/+7 |
| | |||||
* | update /boot/grub/device.map if needed | Olivier Blin | 2008-11-12 | 1 | -0/+8 |
| | |||||
* | handle swap creation without fs expand | Olivier Blin | 2008-11-12 | 1 | -2/+2 |
| | |||||
* | make fs expand conditional | Olivier Blin | 2008-11-12 | 1 | -8/+11 |
| | |||||
* | really make swap creation conditional | Olivier Blin | 2008-11-12 | 1 | -2/+4 |
| | |||||
* | do not hardcode swap blocks | Olivier Blin | 2008-11-12 | 1 | -1/+0 |
| | |||||
* | rename max_part variables as main_part | Olivier Blin | 2008-11-12 | 1 | -5/+5 |
| | |||||
* | allow to read a config file from restore image | Olivier Blin | 2008-11-12 | 1 | -0/+9 |
| | |||||
* | do not hardcode /tmp/media in detect_root | Olivier Blin | 2008-11-12 | 1 | -2/+3 |
| | |||||
* | actually i believe that's a better fix as it's handled by the function which ↵ | Caio Begotti | 2008-11-10 | 1 | -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 Begotti | 2008-11-10 | 1 | -3/+2 |
| | | | | -gt 2 already assures there's at least one device present) | ||||
* | add swap partition | Olivier Blin | 2008-11-05 | 1 | -1/+14 |
| | |||||
* | add disk and main_part variables | Olivier Blin | 2008-11-05 | 1 | -3/+5 |
| | |||||
* | fix using min disk size | Olivier Blin | 2008-10-29 | 1 | -1/+1 |
| | |||||
* | adding a minimum size for disks to be detected and filter the smalls ones out | Caio Begotti | 2008-10-29 | 1 | -1/+1 |
| | |||||
* | support more compression types (from Miura?) | Olivier Blin | 2008-09-25 | 1 | -1/+8 |
| | |||||
* | do not ask if only one device is found (from Miura?) | Olivier Blin | 2008-09-25 | 1 | -13/+19 |
| | |||||
* | expand root fs (from Miura?) | Olivier Blin | 2008-09-25 | 1 | -0/+12 |
| | |||||
* | do not allow monitor to blank/powersave (from Miura?) | Olivier Blin | 2008-09-25 | 1 | -0/+4 |
| | |||||
* | reuse title | Olivier Blin | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | adapt to rescue | Olivier Blin | 2008-09-25 | 1 | -2/+2 |
| | |||||
* | add image restoration scripts ("restore" command line parameter) from ↵ | Olivier Blin | 2008-09-25 | 1 | -0/+140 |
Classmate installer (Caio Begotti) |