Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 1.12 | Olivier Blin | 2009-02-20 | 2 | -4/+6 | |
| | ||||||
* | do not include dead rpm helpers | Olivier Blin | 2009-02-20 | 2 | -2/+2 | |
| | ||||||
* | fix installing mount.ntfs-3g when building as non-root (754 mode) | Olivier Blin | 2009-02-20 | 1 | -1/+2 | |
| | ||||||
* | do not include dead parsehdlist | Olivier Blin | 2009-02-20 | 2 | -1/+3 | |
| | ||||||
* | update NEWS | Olivier Blin | 2009-02-20 | 1 | -0/+9 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 |