summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Expand)AuthorAgeFilesLines
* fix blino fixPascal Rigaux2004-07-061-2/+2
* add missing slash in Mandrake Move image locationOlivier Blin2004-07-061-1/+1
* doing basename is dumb (is blino too?), really make the symlink relativePascal Rigaux2004-07-062-4/+7
* - when the directory is bad, go back to choose another directory instead of c...Pascal Rigaux2004-07-061-6/+6
* properly handle error return code in nfs installOlivier Blin2004-07-051-0/+2
* rephrase previous patch, with correct indentation this timeOlivier Blin2004-07-011-12/+4
* add a slash at beginning of the given directory if not already present (ftp a...Olivier Blin2004-07-011-3/+14
* stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.confPascal Rigaux2004-07-011-1/+1
* properly handle "back" behavior in mirror list stepOlivier Blin2004-06-291-2/+2
* do not unset automatic if mirror list selection fails, we know it wasn't auto...Olivier Blin2004-06-291-3/+1
* remove http proxy settings from interface structure, that was really dumbOlivier Blin2004-06-292-27/+12
* allow to use a specific ACNAME for pppoe connectionsOlivier Blin2004-06-293-6/+13
* variable declaration fixes (spotted by neofutur)Olivier Blin2004-06-293-3/+3
* fix typoOlivier Blin2004-06-251-1/+1
* do not use ramdisk in nfs installOlivier Blin2004-06-251-1/+2
* add missing include for basename()Olivier Blin2004-06-251-0/+1
* use relative symlink to image location in disk/nfs install, to have a working...Olivier Blin2004-06-251-1/+1
* unset automatic in ftp/http install when ramdisk can't be loadedOlivier Blin2004-06-251-1/+4
* use new http_proxy variables instead of the old answers (not anymore available)Olivier Blin2004-06-251-2/+2
* don't redefine buf for /proc/scsi/scsi (size 5000 instead of 2048)Nicolas Planel2004-06-241-1/+0
* revert the workaround on stat() now that it works on large filesOlivier Blin2004-06-231-6/+5
* define _FILE_OFFSET_BITS=64 so that stat() is large files awareOlivier Blin2004-06-231-1/+1
* workaround the fact that stat() fails on large files (like DVD ISO images)Olivier Blin2004-06-211-5/+6
* add log message when using directory as a mirror treeOlivier Blin2004-06-211-0/+1
* allow to use ISO images in NFS installOlivier Blin2004-06-212-24/+7
* split directory specific functions and move them from disk.c to directory.c (...Olivier Blin2004-06-214-157/+226
* in iso install, use ISOPATH environment variable instead of loopback device f...Olivier Blin2004-06-181-0/+1
* 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