summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* use detect_devices and simplifyPascal Rigaux2005-04-211-63/+18
|
* use get-needed-drakx-modules to handle perl scripts using DrakX modulesPascal Rigaux2005-04-211-18/+20
|
* *** empty log message ***Pascal Rigaux2005-04-211-1/+3
|
* dmidecode is usefulPascal Rigaux2005-04-211-0/+1
|
* add a checkPascal Rigaux2005-04-201-0/+4
|
* remove redundancy using gi/perl-install pmsPascal Rigaux2005-04-191-111/+18
|
* mandriva switchPascal Rigaux2005-04-194-15/+26
|
* - allow specifying something else than /data/boxPascal Rigaux2005-04-191-6/+9
| | | | | - acpi=ht by default
* - ".lst" makes the file hidden, use "lst" insteadPascal Rigaux2005-04-191-6/+11
| | | | | - default timeout is much too short
* switch to mandrivaPascal Rigaux2005-04-191-6/+5
|
* update copyrightPascal Rigaux2005-04-191-2/+5
|
* we now use script partimage_whole_disk around partimagePascal Rigaux2005-04-132-5/+157
|