summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
* 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?")
* 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
|