summaryrefslogtreecommitdiffstats
path: root/rescue/restore-image.sh
Commit message (Collapse)AuthorAgeFilesLines
* rescue: Move files around and introduce proper dep tracking.Colin Guthrie2013-12-071-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 modprobeThierry Vignaud2013-03-211-1/+0
|
* image restore script: use blkid instead of deprecated vol_idOlivier Blin2010-04-131-1/+1
|
* image restore script: handle hybrid images (by matching main device)Olivier Blin2010-04-061-1/+2
|
* do not extend / to the end of the disk, it overlaps with swapOlivier Blin2009-10-091-4/+17
| | | | | partition (from Paulo Ricardo Zanoni)
* re-read partition table after writing image (from Paulo Ricardo Zanoni)Olivier Blin2009-10-091-0/+3
|
* allow to specify main partition in the restore config file ↵Olivier Blin2009-06-291-1/+6
| | | | (MAIN_PART_NUMBER), if there is a restore partition at beginning of disk
* fix guessing extension when filename contains a dotOlivier Blin2009-05-271-1/+1
|
* use bytes as unitOlivier Blin2009-02-261-10/+1
|
* use size*3 as uncompressed size heuristic for bzip2Olivier Blin2009-02-261-1/+2
|
* use gzip -l to guess uncompressed size of gzip imagesOlivier Blin2009-02-261-0/+1
|
* better estimate of image sizeOlivier Blin2009-02-261-1/+2
|
* cosmeticsOlivier Blin2009-02-261-3/+9
|
* fix detecting multiple partitions to avoid win32 detectionOlivier Blin2009-02-261-5/+6
|
* add wait message when resizing Windows partitionOlivier Blin2009-02-111-0/+2
|
* fix passing &>/dev/null to dd command (it is not interpreted by shell if in ↵Olivier Blin2009-02-111-2/+3
| | | | string)
* more fixes for win32 installation breakageOlivier Blin2009-02-111-11/+16
|
* fix passing data from sub-processOlivier Blin2009-02-111-13/+16
|
* echo device without /devOlivier Blin2009-02-111-3/+1
|
* use local skip_dev variableOlivier Blin2009-02-111-1/+1
|
* oops, restore device variableOlivier Blin2009-02-111-2/+2
|
* indent lessOlivier Blin2009-02-111-30/+30
|
* add a less scary dual boot warningOlivier Blin2009-02-111-2/+9
|
* detect device before install warningOlivier Blin2009-02-111-1/+6
|
* resize win32 in write_imageOlivier Blin2009-02-111-3/+7
|
* reset win32_part_dev tooOlivier Blin2009-02-111-0/+1
|
* make sure root is resetOlivier Blin2009-02-111-0/+1
|
* fix quotingOlivier Blin2009-02-111-1/+1
|
* fdisk.log is not more, do not try to remove itOlivier Blin2009-02-111-1/+0
|
* remove fdisk.log creationOlivier Blin2009-02-111-3/+1
|
* move win32 code in detect_and_resize_win32Olivier Blin2009-02-111-12/+14
|
* reuse devs_foundOlivier Blin2009-02-111-1/+1
|
* rename dev as inst_source_devOlivier Blin2009-02-111-4/+4
|
* oops, remove completelyOlivier Blin2009-02-111-1/+0
|
* inline again first diskOlivier Blin2009-02-111-2/+2
|
* compute diskOlivier Blin2009-02-111-4/+4
|
* fix indentOlivier Blin2009-02-111-1/+1
|
* oops, keep number hereOlivier Blin2009-02-111-3/+1
|
* make devs_found the real countOlivier Blin2009-02-111-2/+2
|
* move disk count above (to reuse other variable)Olivier Blin2009-02-111-25/+25
|
* run detect_and_resize_win32 first (to move more logic inside)Olivier Blin2009-02-111-9/+6
|
* use win32_part_dev variable instead of testing file existenceOlivier Blin2009-02-111-1/+1
|
* grep for win32 part once only in /tmp/fdisk.logOlivier Blin2009-02-111-8/+8
|
* use win32_part_dev variable instead of testing file existenceOlivier Blin2009-02-111-2/+2
|
* declare global win32 variablesOlivier Blin2009-02-111-0/+3
|
* extract resize_win32 and set more win32 variablesOlivier Blin2009-02-111-24/+37
|
* add new_win32_size variableOlivier Blin2009-02-111-2/+4
|
* add first_disk variableOlivier Blin2009-02-111-2/+3
|
* rename as detect_and_resize_win32Olivier Blin2009-02-111-2/+2
|
* set number and device_id only when required (setting number broke ↵Olivier Blin2009-02-111-10/+10
| | | | installation on too small disks)