| Commit message (Expand) | Author | Age | Files | Lines |
* | revert the workaround on stat() now that it works on large files | Olivier Blin | 2004-06-23 | 1 | -6/+5 |
* | define _FILE_OFFSET_BITS=64 so that stat() is large files aware | Olivier Blin | 2004-06-23 | 1 | -1/+1 |
* | workaround the fact that stat() fails on large files (like DVD ISO images) | Olivier Blin | 2004-06-21 | 1 | -5/+6 |
* | add log message when using directory as a mirror tree | Olivier Blin | 2004-06-21 | 1 | -0/+1 |
* | allow to use ISO images in NFS install | Olivier Blin | 2004-06-21 | 2 | -24/+7 |
* | split directory specific functions and move them from disk.c to directory.c (... | Olivier Blin | 2004-06-21 | 4 | -157/+226 |
* | in iso install, use ISOPATH environment variable instead of loopback device f... | Olivier Blin | 2004-06-18 | 1 | -0/+1 |
* | enlarge your scsi buffer (previous size wasn't enough with more than one scsi... | Olivier Blin | 2004-06-17 | 1 | -1/+1 |
* | add disk-iso install method | Olivier Blin | 2004-06-17 | 1 | -3/+4 |
* | do not delete loopbacks devices before umount but after | Olivier Blin | 2004-06-17 | 1 | -5/+5 |
* | allow to go back in proxy selection window | Olivier Blin | 2004-06-15 | 1 | -1/+3 |
* | fix return code handling in mirror list selection | Olivier Blin | 2004-06-15 | 1 | -1/+1 |
* | fix typo spotted by John Keller | Olivier Blin | 2004-06-15 | 1 | -2/+2 |
* | increase the number of loopbacks (needed for mandrakemove where the default (... | Pascal Rigaux | 2004-06-15 | 1 | -4/+4 |
* | upgrade distrib version | Olivier Blin | 2004-06-15 | 1 | -1/+1 |
* | redesign to add "Specify the mirror manually" entries in mirror list selection | Olivier Blin | 2004-06-15 | 1 | -51/+85 |
* | redesign of the ISO image selection dialog, add an entry in the list to allow... | Olivier Blin | 2004-06-15 | 1 | -11/+26 |
* | do not try to mount the partition in testing mode, assume it is already mounted | Olivier Blin | 2004-06-15 | 1 | -1/+2 |
* | del loop device after unmount | Olivier Blin | 2004-06-15 | 1 | -0/+1 |
* | move mirror list functions upper | Olivier Blin | 2004-06-14 | 1 | -144/+145 |
* | rephrase question again | Olivier Blin | 2004-06-14 | 1 | -1/+3 |
* | rephrase again the disk install questions (thanks to Pierre Jarillon, Rapsys|... | Olivier Blin | 2004-06-14 | 1 | -3/+6 |
* | rename variables for extra cohesion | Olivier Blin | 2004-06-14 | 1 | -7/+7 |
* | fix brown paper bug combo | Olivier Blin | 2004-06-14 | 1 | -7/+7 |
* | always fill proxy fields of interfaces | Olivier Blin | 2004-06-14 | 1 | -3/+3 |
* | do not mount sysroot in testing mode | Olivier Blin | 2004-06-14 | 1 | -4/+6 |
* | rephrase the partition selection message | Olivier Blin | 2004-06-14 | 1 | -1/+1 |
* | do not ask proxy settings if interface wasn't brought up (stupid me) | Olivier Blin | 2004-06-11 | 1 | -6/+7 |
* | add http proxy settings in interface_info struct, and ask them right after th... | Olivier Blin | 2004-06-11 | 2 | -25/+58 |
* | enable MODE_TESTING if the DEBUGSTAGE1 environment variable is set | Olivier Blin | 2004-06-11 | 1 | -0/+2 |
* | in testing mode, try to open cmdline file in current directory before trying ... | Olivier Blin | 2004-06-11 | 1 | -7/+17 |
* | let the user choose between ISO images containing a stage2 installer if a dir... | Olivier Blin | 2004-06-11 | 1 | -2/+58 |
* | use new product name (Mandrakelinux) | Olivier Blin | 2004-06-10 | 1 | -1/+1 |
* | ntfs support in install from disk (on nplanel request, but to actually work, ... | Olivier Blin | 2004-06-10 | 2 | -1/+6 |
* | in move, use stg1_info_message() instead of stg1_error_message() not to disab... | Olivier Blin | 2004-06-09 | 1 | -1/+1 |
* | in ftp install, display a mirror list (fetched from http://www.linux-mandrake... | Olivier Blin | 2004-06-08 | 1 | -0/+7 |
* | in ftp install, display a mirror list (fetched from http://www.linux-mandrake... | Olivier Blin | 2004-06-08 | 1 | -1/+149 |
* | include missing header for uname | Olivier Blin | 2004-06-08 | 1 | -0/+1 |
* | in ftp install, check that modules for the boot kernel are available in mdkin... | Olivier Blin | 2004-06-08 | 1 | -0/+15 |
* | list only the requested file in ftp_get_filesize() instead of the whole direc... | Olivier Blin | 2004-06-08 | 2 | -2/+3 |
* | - fix build on gcc 3.4 | Pascal Rigaux | 2004-06-07 | 1 | -2/+3 |
* | fix build with gcc 3.4 (+ little cleanup) | Pascal Rigaux | 2004-06-07 | 1 | -9/+11 |
* | nasty kernel now gives us weird PIDs, so we can't rely on this to detect if w... | Pascal Rigaux | 2004-06-07 | 2 | -12/+5 |
* | use the same technique as ldetect for detecting usb and firewire controllers ... | Pascal Rigaux | 2004-06-03 | 1 | -31/+61 |
* | usb cdrom has a weird size in /proc/partitions, the result is that it is dete... | Pascal Rigaux | 2004-05-13 | 1 | -1/+1 |
* | instead of keeping stage1 (mostly as temporary space but with a fixed size, a... | Pascal Rigaux | 2004-05-13 | 14 | -160/+150 |
* | adapt copyright | Pascal Rigaux | 2004-05-11 | 1 | -4/+2 |
* | don't use msgboot-graphicallogo.img.bz2 anymore, build it (easy and simpler) | Pascal Rigaux | 2004-05-03 | 2 | -0/+0 |
* | stage1-disk and stage1-medias-usb are dead already | Pascal Rigaux | 2004-05-03 | 1 | -32/+4 |
* | obsolete stuff | Pascal Rigaux | 2004-05-03 | 2 | -0/+0 |