summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Expand)AuthorAgeFilesLines
* enlarge your scsi buffer (previous size wasn't enough with more than one scsi...Olivier Blin2004-06-171-1/+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
* allow to go back in proxy selection windowOlivier Blin2004-06-151-1/+3
* fix return code handling in mirror list selectionOlivier Blin2004-06-151-1/+1
* fix typo spotted by John KellerOlivier Blin2004-06-151-2/+2
* increase the number of loopbacks (needed for mandrakemove where the default (...Pascal Rigaux2004-06-151-4/+4
* upgrade distrib versionOlivier Blin2004-06-151-1/+1
* redesign to add "Specify the mirror manually" entries in mirror list selectionOlivier Blin2004-06-151-51/+85
* 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
* move mirror list functions upperOlivier Blin2004-06-141-144/+145
* 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
* rename variables for extra cohesionOlivier Blin2004-06-141-7/+7
* fix brown paper bug comboOlivier Blin2004-06-141-7/+7
* always fill proxy fields of interfacesOlivier Blin2004-06-141-3/+3
* do not mount sysroot in testing modeOlivier Blin2004-06-141-4/+6
* rephrase the partition selection messageOlivier Blin2004-06-141-1/+1
* do not ask proxy settings if interface wasn't brought up (stupid me)Olivier Blin2004-06-111-6/+7
* add http proxy settings in interface_info struct, and ask them right after th...Olivier Blin2004-06-112-25/+58
* enable MODE_TESTING if the DEBUGSTAGE1 environment variable is setOlivier Blin2004-06-111-0/+2
* in testing mode, try to open cmdline file in current directory before trying ...Olivier Blin2004-06-111-7/+17
* let the user choose between ISO images containing a stage2 installer if a dir...Olivier Blin2004-06-111-2/+58
* use new product name (Mandrakelinux)Olivier Blin2004-06-101-1/+1
* ntfs support in install from disk (on nplanel request, but to actually work, ...Olivier Blin2004-06-102-1/+6
* in move, use stg1_info_message() instead of stg1_error_message() not to disab...Olivier Blin2004-06-091-1/+1
* in ftp install, display a mirror list (fetched from http://www.linux-mandrake...Olivier Blin2004-06-081-0/+7
* in ftp install, display a mirror list (fetched from http://www.linux-mandrake...Olivier Blin2004-06-081-1/+149
* include missing header for unameOlivier Blin2004-06-081-0/+1
* in ftp install, check that modules for the boot kernel are available in mdkin...Olivier Blin2004-06-081-0/+15
* list only the requested file in ftp_get_filesize() instead of the whole direc...Olivier Blin2004-06-082-2/+3
* - fix build on gcc 3.4Pascal Rigaux2004-06-071-2/+3
* fix build with gcc 3.4 (+ little cleanup)Pascal Rigaux2004-06-071-9/+11
* nasty kernel now gives us weird PIDs, so we can't rely on this to detect if w...Pascal Rigaux2004-06-072-12/+5
* use the same technique as ldetect for detecting usb and firewire controllers ...Pascal Rigaux2004-06-031-31/+61
* usb cdrom has a weird size in /proc/partitions, the result is that it is dete...Pascal Rigaux2004-05-131-1/+1
* instead of keeping stage1 (mostly as temporary space but with a fixed size, a...Pascal Rigaux2004-05-1314-160/+150
* adapt copyrightPascal Rigaux2004-05-111-4/+2
* don't use msgboot-graphicallogo.img.bz2 anymore, build it (easy and simpler)Pascal Rigaux2004-05-032-0/+0
* stage1-disk and stage1-medias-usb are dead alreadyPascal Rigaux2004-05-031-32/+4
* obsolete stuffPascal Rigaux2004-05-032-0/+0
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-033-13/+1
* rename MandrakeMove to MandrakemovePascal Rigaux2004-04-262-3/+3
* - no need for chloop device anymore, my kernel patch applies directly on the ...Pascal Rigaux2004-04-081-11/+5
* clean init-move when cleaningPascal Rigaux2004-04-021-1/+1
* enable nfs install on old i586 machines (or maybe poor network cards) (bugzil...Pascal Rigaux2004-04-021-3/+5
* fix eth[67] detection (gc)Thierry Vignaud2004-03-111-1/+1
* (get_net_devices) increase max number of detectable net cards from 6 to 10Thierry Vignaud2004-03-101-1/+1