Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rescue: Move files around and introduce proper dep tracking. | Colin Guthrie | 2013-12-07 | 1 | -264/+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. | ||||
* | disable login and ssl when running partimage with a server as argument | Olivier Blin | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | remove useless hack (partition_table::raw is correctly found by ↵ | Olivier Blin | 2008-05-08 | 1 | -3/+0 |
| | | | | collect-perl-files) | ||||
* | - handle ntfs-3g in fstab | Pascal Rigaux | 2008-03-05 | 1 | -2/+2 |
| | |||||
* | - fix build (fix a workaround in partimage_whole_disk) | Pascal Rigaux | 2007-11-21 | 1 | -1/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -1/+1 |
| | |||||
* | multiple dirs is not handled anymore, correct the usage | Pascal Rigaux | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | fix restoring many primary partitions | Pascal Rigaux | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | configure network if needed | Pascal Rigaux | 2005-11-10 | 1 | -0/+10 |
| | |||||
* | new option (bzip2), enabled by default | Pascal Rigaux | 2005-11-10 | 1 | -1/+3 |
| | |||||
* | reboot if things went nicely | Pascal Rigaux | 2005-10-20 | 1 | -0/+5 |
| | |||||
* | install_bootloader should succeed otherwise it's an error | Pascal Rigaux | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | make install_bootloader non interactive | Pascal Rigaux | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | add ability to keep existing /home (as requested by miura) | Pascal Rigaux | 2005-10-20 | 1 | -0/+11 |
| | |||||
* | simplify (remove code choosing best master to restore from) | Pascal Rigaux | 2005-10-20 | 1 | -51/+33 |
| | |||||
* | make it an option to keep empty_space_at_end_of_disk | Pascal Rigaux | 2005-10-20 | 1 | -1/+2 |
| | |||||
* | fix (same behaviour as before, but option save_home_directory really mean ↵ | Pascal Rigaux | 2005-10-06 | 1 | -2/+4 |
| | | | | what it says) | ||||
* | - install scsi and sata modules | Pascal Rigaux | 2005-09-07 | 1 | -8/+14 |
| | | | | | - make save_home_directory optional (and is false by default) | ||||
* | {mntpoint} is not set, so take the last ext3 partition as being /home | Pascal Rigaux | 2005-06-29 | 1 | -10/+14 |
| | |||||
* | - don't save /home and want a size <1GB (since it will be grown to fit disk) | Pascal Rigaux | 2005-06-29 | 1 | -5/+17 |
| | | | | | | | - fix keeping the small size of the existing windows partition (otherwise the filesystem is small in a (much) bigger partition) - remove "windows" entry from lilo.conf if windows not there | ||||
* | fixing fstab must be done after mounting /mnt | Pascal Rigaux | 2005-06-24 | 1 | -2/+3 |
| | |||||
* | - handle missing ntfs devices | Pascal Rigaux | 2005-06-21 | 1 | -9/+49 |
| | | | | | - handle resizing last ext2 partition | ||||
* | - handle multiple data dirs | Pascal Rigaux | 2005-05-10 | 1 | -48/+96 |
| | | | | | - choose a free data dir if the given one already exists | ||||
* | run_program needs a proper HOME | Pascal Rigaux | 2005-05-04 | 1 | -0/+1 |
| | |||||
* | after setting geometry H and S, we must re-compute C | Pascal Rigaux | 2005-04-27 | 1 | -0/+1 |
| | |||||
* | ensure we use the same geometry as used when saving | Pascal Rigaux | 2005-04-27 | 1 | -5/+8 |
| | |||||
* | - ".lst" makes the file hidden, use "lst" instead | Pascal Rigaux | 2005-04-19 | 1 | -6/+11 |
| | | | | | - default timeout is much too short | ||||
* | we now use script partimage_whole_disk around partimage | Pascal Rigaux | 2005-04-13 | 1 | -0/+133 |