Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | do not reboot/shutdown if /tmp/no-shutdown exists | Olivier Blin | 2009-02-11 | 1 | -0/+2 | |
| | ||||||
* | 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) | |||||
* | fix quoting | Olivier Blin | 2009-02-11 | 1 | -1/+1 | |
| | ||||||
* | fixing the dump for non-dual-boot installations, we can't ignore the ↵ | Caio Begotti | 2009-02-06 | 1 | -1/+5 | |
| | | | | beginning of it for obvious reasons :P | |||||
* | check for min_disksize devices | Caio Begotti | 2009-02-06 | 1 | -0/+4 | |
| | ||||||
* | ops... | Caio Begotti | 2009-02-03 | 1 | -1/+1 | |
| | ||||||
* | increasing the minimum size for our images (will be used for dual boot too), ↵ | Caio Begotti | 2009-02-03 | 1 | -1/+1 | |
| | | | | it's an estimative of our biggest release possible | |||||
* | make the dummy linux partition size a bit more dynamic | Caio Begotti | 2009-02-03 | 1 | -1/+1 | |
| | ||||||
* | making it work with compressed images as well, by skipping the start of the ↵ | Caio Begotti | 2009-02-03 | 1 | -9/+6 | |
| | | | | image dump when dumping it and getting only its partition without needing the losetup hack | |||||
* | adding a more dynamic partition types support | Caio Begotti | 2009-01-22 | 1 | -3/+13 | |
| | ||||||
* | major changes in the restoring functions to allow automatic detection of a ↵ | Caio Begotti | 2009-01-16 | 1 | -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 Begotti | 2009-01-16 | 1 | -2/+6 | |
| | | | | diskdrake-resize | |||||
* | adding blino's wrapper for resizing of windows partitions | Caio Begotti | 2009-01-16 | 1 | -0/+28 | |
| | ||||||
* | handle path to lzma distrib loopbacks | Olivier Blin | 2008-12-17 | 4 | -3/+20 | |
| | ||||||
* | simplify | Olivier Blin | 2008-12-17 | 1 | -7/+2 | |
| | ||||||
* | simplify | Olivier Blin | 2008-12-17 | 1 | -7/+2 | |
| | ||||||
* | sqlzma is needed by squashfs-lzma | Olivier Blin | 2008-12-17 | 3 | -0/+3 | |
| |