summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
* 1.7.2.Pascal Rigaux2008-05-162-2/+2
|
* fix stupid typoPascal Rigaux2008-05-161-3/+3
|
* 1.7.1Pascal Rigaux2008-05-162-1/+3
|
* - fix partimage_whole_disk: adapt to libDrakX changesPascal Rigaux2008-05-163-3/+4
| | | | | (backport from trunk)
* 1.7Pascal Rigaux2007-09-251-0/+2
|
* 1.7Pascal Rigaux2007-09-251-1/+1
|
* - add mount.nfs binary (since mount doesn't handle nfs fs anymore)Pascal Rigaux2007-09-252-1/+3
|
* 1.6Pascal Rigaux2007-08-082-1/+3
|
* - adapt to new libldetect together with drakx-installer-images 1.13Pascal Rigaux2007-08-082-0/+2
|
* - loadkeys file:Pascal Rigaux2007-08-083-5/+10
| | | | | | | o handle new "kbd" rpm which have .map files instead of .kmap o don't skip fr_CH-latin1 o handle "fr_CH"-like short names
* drop supermount support (it has been dropped from our kernel)Pascal Rigaux2007-08-021-1/+1
|
* rescuept is no more in util-linux, soPascal Rigaux2007-07-312-1/+2
| | | | | | | | - diskdrake: drop "Rescue partition table" feature (was based on rescuept which has been dropped in util-linux, but was quite bad compared to testdisk anyway) - rescue: remove rescuept (use testdisk instead, which is much nicer)
* add another "please wait" messageOlivier Blin2007-07-301-0/+3
|
* move congratulations message after umountOlivier Blin2007-07-301-1/+2
|
* remove spurious "please press ENTER to finish" message, rescue-gui already ↵Olivier Blin2007-07-251-2/+1
| | | | asks this
* add pv for Flash upgradeOlivier Blin2007-07-201-0/+1
|
* reapply lang configuration, mostly to rewrite kdeglobalsOlivier Blin2007-07-201-0/+10
|
* use "tar c | pv | tar x" to have a neat progress bar during copyOlivier Blin2007-07-201-3/+3
|
* add an end messageOlivier Blin2007-07-201-0/+4
|
* make required directories writable on the FAT partitionOlivier Blin2007-07-201-0/+2
|
* 1.5Pascal Rigaux2007-07-092-1/+3
|
* don't hardcode upgrade.merge-users pathOlivier Blin2007-07-061-1/+1
|
* build help.msgOlivier Blin2007-07-061-0/+0
|
* use new function name (oops)Olivier Blin2007-07-061-1/+1
|
* add some details about the upgrade progressOlivier Blin2007-07-061-0/+19
|
* hide errors when (un)mounting /proc/bus/usbOlivier Blin2007-07-051-2/+2
|
* cosmeticsOlivier Blin2007-07-051-1/+0
|
* dirname is required for upgrade scriptOlivier Blin2007-07-051-0/+1
|
* add more programs for Flash rescue (not adding mktemp, which was in initial ↵Olivier Blin2007-07-051-0/+3
| | | | rescue images, but seems unused)
* do not try to create aliases for module toolsOlivier Blin2007-07-051-3/+0
|
* copy files from new version and set new labelOlivier Blin2007-07-051-0/+15
|
* use version-specific loopbacks relative pathOlivier Blin2007-07-051-7/+3
|
* add error handling for copy_new_versionOlivier Blin2007-07-051-1/+1
|
* make sure version is detected before trying to mount usb rootOlivier Blin2007-07-051-3/+4
|
* mount pen driver using version-specific labelOlivier Blin2007-07-051-3/+3
|
* 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 ↵Olivier Blin2007-07-051-0/+4
| | | | "usbroot_device")
* 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
| | | | | | | | (eg: dir_index & resize_inode features) (cf Frederik Himpe 23 Apr 2007 mail on cooker: "Installer does not create ext3 partitions with dir_index and resize_inode?")