Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rescue: Move files around and introduce proper dep tracking. | Colin Guthrie | 2013-12-07 | 1 | -412/+0 |
| | | | | | | | | This moves any perl files into bin and sbin folders which will be directly installed in /usr/bin and /usr/sbin. This is done such that the extract modes in list.xml still work and the files end up in the right places. All other files have been moved into the tree folder in their final destination. | ||||
* | do not disable module autoloading as we now have regular modprobe | Thierry Vignaud | 2013-03-21 | 1 | -1/+0 |
| | |||||
* | image restore script: use blkid instead of deprecated vol_id | Olivier Blin | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | image restore script: handle hybrid images (by matching main device) | Olivier Blin | 2010-04-06 | 1 | -1/+2 |
| | |||||
* | do not extend / to the end of the disk, it overlaps with swap | Olivier Blin | 2009-10-09 | 1 | -4/+17 |
| | | | | | partition (from Paulo Ricardo Zanoni) | ||||
* | re-read partition table after writing image (from Paulo Ricardo Zanoni) | Olivier Blin | 2009-10-09 | 1 | -0/+3 |
| | |||||
* | allow to specify main partition in the restore config file ↵ | Olivier Blin | 2009-06-29 | 1 | -1/+6 |
| | | | | (MAIN_PART_NUMBER), if there is a restore partition at beginning of disk | ||||
* | fix guessing extension when filename contains a dot | Olivier Blin | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | use bytes as unit | Olivier Blin | 2009-02-26 | 1 | -10/+1 |
| | |||||
* | use size*3 as uncompressed size heuristic for bzip2 | Olivier Blin | 2009-02-26 | 1 | -1/+2 |
| | |||||
* | use gzip -l to guess uncompressed size of gzip images | Olivier Blin | 2009-02-26 | 1 | -0/+1 |
| | |||||
* | better estimate of image size | Olivier Blin | 2009-02-26 | 1 | -1/+2 |
| | |||||
* | cosmetics | Olivier Blin | 2009-02-26 | 1 | -3/+9 |
| | |||||
* | fix detecting multiple partitions to avoid win32 detection | Olivier Blin | 2009-02-26 | 1 | -5/+6 |
| | |||||
* | add wait message when resizing Windows partition | Olivier Blin | 2009-02-11 | 1 | -0/+2 |
| | |||||
* | fix passing &>/dev/null to dd command (it is not interpreted by shell if in ↵ | Olivier Blin | 2009-02-11 | 1 | -2/+3 |
| | | | | string) | ||||
* | more fixes for win32 installation breakage | Olivier Blin | 2009-02-11 | 1 | -11/+16 |
| | |||||
* | fix passing data from sub-process | Olivier Blin | 2009-02-11 | 1 | -13/+16 |
| | |||||
* | echo device without /dev | Olivier Blin | 2009-02-11 | 1 | -3/+1 |
| | |||||
* | use local skip_dev variable | Olivier Blin | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | oops, restore device variable | Olivier Blin | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | indent less | Olivier Blin | 2009-02-11 | 1 | -30/+30 |
| | |||||
* | add a less scary dual boot warning | Olivier Blin | 2009-02-11 | 1 | -2/+9 |
| | |||||
* | detect device before install warning | Olivier Blin | 2009-02-11 | 1 | -1/+6 |
| | |||||
* | resize win32 in write_image | Olivier Blin | 2009-02-11 | 1 | -3/+7 |
| | |||||
* | reset win32_part_dev too | Olivier Blin | 2009-02-11 | 1 | -0/+1 |
| | |||||
* | make sure root is reset | Olivier Blin | 2009-02-11 | 1 | -0/+1 |
| | |||||
* | fix quoting | Olivier Blin | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | fdisk.log is not more, do not try to remove it | Olivier Blin | 2009-02-11 | 1 | -1/+0 |
| | |||||
* | remove fdisk.log creation | Olivier Blin | 2009-02-11 | 1 | -3/+1 |
| | |||||
* | move win32 code in detect_and_resize_win32 | Olivier Blin | 2009-02-11 | 1 | -12/+14 |
| | |||||
* | reuse devs_found | Olivier Blin | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | rename dev as inst_source_dev | Olivier Blin | 2009-02-11 | 1 | -4/+4 |
| | |||||
* | oops, remove completely | Olivier Blin | 2009-02-11 | 1 | -1/+0 |
| | |||||
* | inline again first disk | Olivier Blin | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | compute disk | Olivier Blin | 2009-02-11 | 1 | -4/+4 |
| | |||||
* | fix indent | Olivier Blin | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | oops, keep number here | Olivier Blin | 2009-02-11 | 1 | -3/+1 |
| | |||||
* | make devs_found the real count | Olivier Blin | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | move disk count above (to reuse other variable) | Olivier Blin | 2009-02-11 | 1 | -25/+25 |
| | |||||
* | run detect_and_resize_win32 first (to move more logic inside) | Olivier Blin | 2009-02-11 | 1 | -9/+6 |
| | |||||
* | use win32_part_dev variable instead of testing file existence | Olivier Blin | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | grep for win32 part once only in /tmp/fdisk.log | Olivier Blin | 2009-02-11 | 1 | -8/+8 |
| | |||||
* | use win32_part_dev variable instead of testing file existence | Olivier Blin | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | declare global win32 variables | Olivier Blin | 2009-02-11 | 1 | -0/+3 |
| | |||||
* | extract resize_win32 and set more win32 variables | Olivier Blin | 2009-02-11 | 1 | -24/+37 |
| | |||||
* | add new_win32_size variable | Olivier Blin | 2009-02-11 | 1 | -2/+4 |
| | |||||
* | add first_disk variable | Olivier Blin | 2009-02-11 | 1 | -2/+3 |
| | |||||
* | rename as detect_and_resize_win32 | Olivier Blin | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | set number and device_id only when required (setting number broke ↵ | Olivier Blin | 2009-02-11 | 1 | -10/+10 |
| | | | | installation on too small disks) |