summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* do not reboot/shutdown if /tmp/no-shutdown existsOlivier Blin2009-02-111-0/+2
|
* 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)
* fix quotingOlivier Blin2009-02-111-1/+1
|
* fixing the dump for non-dual-boot installations, we can't ignore the ↵Caio Begotti2009-02-061-1/+5
| | | | beginning of it for obvious reasons :P
* check for min_disksize devicesCaio Begotti2009-02-061-0/+4
|
* ops...Caio Begotti2009-02-031-1/+1
|
* increasing the minimum size for our images (will be used for dual boot too), ↵Caio Begotti2009-02-031-1/+1
| | | | it's an estimative of our biggest release possible
* make the dummy linux partition size a bit more dynamicCaio Begotti2009-02-031-1/+1
|
* making it work with compressed images as well, by skipping the start of the ↵Caio Begotti2009-02-031-9/+6
| | | | image dump when dumping it and getting only its partition without needing the losetup hack
* adding a more dynamic partition types supportCaio Begotti2009-01-221-3/+13
|
* major changes in the restoring functions to allow automatic detection of a ↵Caio Begotti2009-01-161-28/+147
| | | | previous windows installation and non-destructive OEM dump to the disk, saving data where possible
* tools needed by the windows resizing support in restore-image.sh and ↵Caio Begotti2009-01-161-2/+6
| | | | diskdrake-resize
* adding blino's wrapper for resizing of windows partitionsCaio Begotti2009-01-161-0/+28
|
* handle path to lzma distrib loopbacksOlivier Blin2008-12-174-3/+20
|
* simplifyOlivier Blin2008-12-171-7/+2
|