Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try to use arch-prefixed location for automatic disk installs | Olivier Blin | 2009-02-12 | 2 | -6/+11 |
| | |||||
* | load cbc module for encrypted loop | Pascal Terjan | 2009-02-11 | 3 | -1/+3 |
| | |||||
* | 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) | ||||
* | do_pkgs: add ensure_files_are_installed | Pascal Terjan | 2009-02-11 | 2 | -0/+22 |
| | |||||
* | fix quoting | Olivier Blin | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | Handle relative paths in modules.dep | Christophe Fergeau | 2009-02-10 | 1 | -2/+8 |
| | |||||
* | 1.34 | Thierry Vignaud | 2009-02-10 | 2 | -1/+3 |
| | |||||
* | enable to select restore option | Thierry Vignaud | 2009-02-10 | 2 | -0/+3 |
| | |||||
* | don't set useless extents option for ext4 mounts | Pascal Terjan | 2009-02-10 | 2 | -1/+1 |
| | |||||
* | fix preserving UUID when formatting ext* and swap, and handle more FS (#39913) | Pascal Terjan | 2009-02-10 | 3 | -1/+15 |
| | |||||
* | Use fs::get::part2hd instead of reinventing it | Pascal Terjan | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | update translation for greek language | Glentadakis Dimitris | 2009-02-09 | 1 | -2/+2 |
| | |||||
* | When installing to a removable device, put boot sector there, else put it ↵ | Pascal Terjan | 2009-02-09 | 3 | -2/+16 |
| | | | | into first non removable drive (#47106) | ||||
* | - Save the info that a disk is removable | Pascal Terjan | 2009-02-09 | 2 | -0/+3 |
| |