summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-2517-82/+89
|
* remove debug codePascal Rigaux2006-02-281-1/+0
|
* handle BOX=... on cmdlinePascal Rigaux2006-02-281-2/+5
|
* simplify (since partimage_whole_disk rest_all doesn't handle multi dirs anymore)Pascal Rigaux2006-02-281-5/+2
|
* multiple dirs is not handled anymore, correct the usagePascal Rigaux2006-02-281-1/+1
|
* fix restoring many primary partitionsPascal Rigaux2005-11-281-1/+1
|
* disable the weird echoprt in cooked mode for user interactionPascal Rigaux2005-11-282-1/+4
|
* adapt to MDV::PackdrakengPascal Rigaux2005-11-231-1/+6
|
* partimage_whole_disk takes care of configuring network when neededPascal Rigaux2005-11-101-2/+2
|
* configure network if neededPascal Rigaux2005-11-101-0/+10
|
* minimal i18n supportPascal Rigaux2005-11-103-0/+25
|
* new option (bzip2), enabled by defaultPascal Rigaux2005-11-101-1/+3
|
* reboot if things went nicelyPascal Rigaux2005-10-202-4/+5
|
* fix reboot by creating /dev/initctl (what's this??)Pascal Rigaux2005-10-201-0/+1
| | | | | (it was broken when called in rc.sysinit, it was working otherwise)
* 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
|
* doesn't display prompt if autoPascal Rigaux2005-10-201-2/+2
|
* add option --auto to install without promptingPascal Rigaux2005-10-201-1/+7
|
* 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)
* acpi=ht is bad on some boxes (=> sata_sis not working)Pascal Rigaux2005-10-051-2/+2
|
* Mandrake -> Mandriva series.Funda Wang2005-09-173-3/+3
|
* - install scsi and sata modulesPascal Rigaux2005-09-071-8/+14
| | | | | - make save_home_directory optional (and is false by default)
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-288-0/+1189
|
* ldetect-lst tables are now compressedPascal Rigaux2005-08-251-3/+1
|
* - grub files have movedPascal Rigaux2005-08-231-2/+5
| | | | | - add *_stage1_5 grub files
* add dump* and restore* (as required by Giuseppe Ghibò)Pascal Rigaux2005-08-081-0/+1
|
* {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
|
* add mkfs.ext2Pascal Rigaux2005-06-241-1/+1
|
* - handle missing ntfs devicesPascal Rigaux2005-06-211-9/+49
| | | | | - handle resizing last ext2 partition
* die on errorPascal Rigaux2005-06-141-1/+1
|
* needed for partimage_whole_disk, before calling resize2fsPascal Rigaux2005-06-141-1/+1
|
* move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-133-5/+9
|
* - create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernelsPascal Rigaux2005-05-231-1/+1
| | | | | | - remove old compatability code - add some doc in update_kernel
* finish moving from list to list.xmlPascal Rigaux2005-05-231-1/+1
|
* use install-xml-file-listPascal Rigaux2005-05-1910-277/+249
|
* rewrite using DrakX modulesPascal Rigaux2005-05-191-71/+26
|
* - handle multiple data dirsPascal Rigaux2005-05-103-70/+125
| | | | | - choose a free data dir if the given one already exists
* fix (for list_modules.pm)Pascal Rigaux2005-05-101-1/+1
|
* Sometimes this tries to copy a directoryRafael Garcia-Suarez2005-05-041-1/+1
|
* don't try to mount ntfsPascal Rigaux2005-05-041-1/+1
|
* run_program needs a proper HOMEPascal Rigaux2005-05-041-0/+1
|
* use module bootloader.pm to handle more bootloaders (esp. grub)Pascal Rigaux2005-04-271-40/+46
|
* 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
|
* rewrite using gi/perl-install modulesPascal Rigaux2005-04-251-76/+45
|