summaryrefslogtreecommitdiffstats
path: root/rescue/partimage_whole_disk
Commit message (Collapse)AuthorAgeFilesLines
* rescue: Move files around and introduce proper dep tracking.Colin Guthrie2013-12-071-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 argumentOlivier Blin2008-06-131-1/+1
|
* remove useless hack (partition_table::raw is correctly found by ↵Olivier Blin2008-05-081-3/+0
| | | | collect-perl-files)
* - handle ntfs-3g in fstabPascal Rigaux2008-03-051-2/+2
|
* - fix build (fix a workaround in partimage_whole_disk)Pascal Rigaux2007-11-211-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-1/+1
|
* multiple dirs is not handled anymore, correct the usagePascal Rigaux2006-02-281-1/+1
|
* fix restoring many primary partitionsPascal Rigaux2005-11-281-1/+1
|
* configure network if neededPascal Rigaux2005-11-101-0/+10
|
* new option (bzip2), enabled by defaultPascal Rigaux2005-11-101-1/+3
|
* reboot if things went nicelyPascal Rigaux2005-10-201-0/+5
|
* install_bootloader should succeed otherwise it's an errorPascal Rigaux2005-10-201-1/+1
|
* make install_bootloader non interactivePascal Rigaux2005-10-201-1/+1
|
* add ability to keep existing /home (as requested by miura)Pascal Rigaux2005-10-201-0/+11
|
* simplify (remove code choosing best master to restore from)Pascal Rigaux2005-10-201-51/+33
|
* make it an option to keep empty_space_at_end_of_diskPascal Rigaux2005-10-201-1/+2
|
* fix (same behaviour as before, but option save_home_directory really mean ↵Pascal Rigaux2005-10-061-2/+4
| | | | what it says)
* - install scsi and sata modulesPascal Rigaux2005-09-071-8/+14
| | | | | - make save_home_directory optional (and is false by default)
* {mntpoint} is not set, so take the last ext3 partition as being /homePascal Rigaux2005-06-291-10/+14
|
* - don't save /home and want a size <1GB (since it will be grown to fit disk)Pascal Rigaux2005-06-291-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 /mntPascal Rigaux2005-06-241-2/+3
|
* - handle missing ntfs devicesPascal Rigaux2005-06-211-9/+49
| | | | | - handle resizing last ext2 partition
* - handle multiple data dirsPascal Rigaux2005-05-101-48/+96
| | | | | - choose a free data dir if the given one already exists
* run_program needs a proper HOMEPascal Rigaux2005-05-041-0/+1
|
* after setting geometry H and S, we must re-compute CPascal Rigaux2005-04-271-0/+1
|
* ensure we use the same geometry as used when savingPascal Rigaux2005-04-271-5/+8
|
* - ".lst" makes the file hidden, use "lst" insteadPascal Rigaux2005-04-191-6/+11
| | | | | - default timeout is much too short
* we now use script partimage_whole_disk around partimagePascal Rigaux2005-04-131-0/+133