summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Expand)AuthorAgeFilesLines
...
* detect version before trying to mount pen drive (to get correct label)Olivier Blin2007-07-051-2/+2
* add source_version_variables() to get version-specific variablesOlivier Blin2007-07-051-0/+20
* detect partition device when looking for label (and remember it as "usbroot_d...Olivier Blin2007-07-051-0/+4
* detect Flash v2.0Olivier Blin2007-07-051-1/+3
* introduce has_label() functionOlivier Blin2007-07-051-7/+16
* always initialize loopback to default size on versions > 1.0Olivier Blin2007-07-051-1/+1
* add note about eventually long processing timeOlivier Blin2007-07-051-0/+2
* add Flash rescue build scriptOlivier Blin2007-07-051-0/+60
* add Flash scripts and some tools (clear/mlabel) if RESCUE_FLASH is setOlivier Blin2007-07-051-0/+12
* move rescue-Flash/scripts as rescue/Flash/scriptsOlivier Blin2007-07-059-0/+1034
* use new module tools namesOlivier Blin2007-07-051-3/+3
* use sqfs, not clpOlivier Blin2007-07-051-1/+1
* fix tityposPascal Rigaux2007-06-211-1/+1
* add /etc/mke2fs.conf in order to format ext3fs with 4k blocks (#27377)Thierry Vignaud2007-06-182-0/+2
* add "mkfs.ext3" which is no more equivalent to "mkfs.ext2 -J"Pascal Rigaux2007-05-142-1/+4
* 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
* 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 wha...Pascal Rigaux2005-10-061-2/+4
* 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
* 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 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
* 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
* die on errorPascal Rigaux2005-06-141-1/+1