summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/disk.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagV10_3_0_24mdkMystery Man2005-06-151-163/+0
* try to load ide-generic as fallback when no disk or cdrom is foundOlivier Blin2005-04-011-0/+6
* warn that the mount can fail if the partition hasn't been cleanly unmountedOlivier Blin2005-03-231-1/+2
* dirname may modify the string, so copy it firstOlivier Blin2005-03-221-1/+3
* fix messageOlivier Blin2005-03-091-1/+1
* move partition stuff in partition.c and common disk stuff in tools.cOlivier Blin2005-03-091-165/+2
* new option "keepmounted" to allow the rescue media to be kept mountedPascal Rigaux2005-02-281-1/+1
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-71/+0
* major switch from ramdisk to clpPascal Rigaux2004-11-161-2/+1
* use IMAGE_LOCATION_DIR where it should bePascal Rigaux2004-11-021-2/+2
* compile less things when MANDRAKE_MOVE is definedPascal Rigaux2004-11-021-0/+2
* fix cancel in disk installOlivier Blin2004-09-021-4/+4
* adapt to new directories layout:Pascal Rigaux2004-07-261-2/+2
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* - when the directory is bad, go back to choose another directory instead of c...Pascal Rigaux2004-07-061-6/+6
* split directory specific functions and move them from disk.c to directory.c (...Olivier Blin2004-06-211-156/+7
* in iso install, use ISOPATH environment variable instead of loopback device f...Olivier Blin2004-06-181-0/+1
* add disk-iso install methodOlivier Blin2004-06-171-3/+4
* do not delete loopbacks devices before umount but afterOlivier Blin2004-06-171-5/+5
* redesign of the ISO image selection dialog, add an entry in the list to allow...Olivier Blin2004-06-151-11/+26
* do not try to mount the partition in testing mode, assume it is already mountedOlivier Blin2004-06-151-1/+2
* del loop device after unmountOlivier Blin2004-06-151-0/+1
* rephrase question againOlivier Blin2004-06-141-1/+3
* rephrase again the disk install questions (thanks to Pierre Jarillon, Rapsys|...Olivier Blin2004-06-141-3/+6
* rephrase the partition selection messageOlivier Blin2004-06-141-1/+1
* let the user choose between ISO images containing a stage2 installer if a dir...Olivier Blin2004-06-111-2/+58
* ntfs support in install from disk (on nplanel request, but to actually work, ...Olivier Blin2004-06-101-1/+2
* instead of keeping stage1 (mostly as temporary space but with a fixed size, a...Pascal Rigaux2004-05-131-9/+2
* when in automatic=disk mode but no partition is given, fall backGuillaume Cottenceau2004-02-271-3/+1
* Patch from gc to allow booting a MandrakeMove on a Harddrive using theErwan Velu2004-02-251-10/+30
* until we haven't loaded the usb interface and the keyboard usb driver, we can...Guillaume Cottenceau2004-01-221-1/+1
* allow more than one loop device for more than one lomountGuillaume Cottenceau2003-10-221-7/+8
* fix pixelGuillaume Cottenceau2003-10-211-1/+1
* close file descriptorsGuillaume Cottenceau2003-09-181-2/+4
* fix recovery behaviour thx to francois commentsGuillaume Cottenceau2003-09-111-9/+5
* recoveryGuillaume Cottenceau2003-09-101-35/+137
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-1/+1
* Add missing includes, <string.h> for bzero()Gwenolé Beauchesne2002-08-011-0/+1
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-1/+1
* compile with -WGuillaume Cottenceau2002-07-031-7/+7
* english fixes thx to vincent meyerGuillaume Cottenceau2002-06-031-1/+1
* hd.img now detects partition types... backport from DrakX :-)Guillaume Cottenceau2001-09-241-2/+101
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-3/+3
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-10/+10
* bzero string buffer before sscanf call, security for dietlibc implementationGuillaume Cottenceau2001-05-151-0/+1
* fix for hd-install when you provide a not valid ISO (cd #2 for example)Guillaume Cottenceau2001-03-181-3/+9
* add support for automatic (ex-kickstart) in disk installsGuillaume Cottenceau2001-02-211-5/+8
* write down Magic Callback (tm) for static ip stuffGuillaume Cottenceau2001-02-131-1/+1
* - slighty change the message when exiting successfully from install, to not m...Guillaume Cottenceau2001-02-061-1/+1
* (try_with_device): bloody guillaume changed /tmp/hdimage to /tmp/disk without...Pascal Rigaux2001-02-021-1/+1