| Commit message (Expand) | Author | Age | Files | Lines |
* | typo fix (from Olivier Borowski) | Olivier Blin | 2004-08-09 | 1 | -1/+1 |
* | do not go back to the beginning if no distribution is found in the | Olivier Blin | 2004-08-05 | 1 | -1/+1 |
* | do not go back to the beginning if no distribution is found in the directory | Olivier Blin | 2004-08-05 | 1 | -1/+1 |
* | prefer to use a ramdisk for disk installs | Olivier Blin | 2004-08-04 | 1 | -1/+1 |
* | revert previous commit, that won't work after pivot_root (proc has to | Olivier Blin | 2004-07-30 | 1 | -6/+3 |
* | do not probe usb interface too soon, wait for the Move images to be mounted | Olivier Blin | 2004-07-28 | 1 | -3/+6 |
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 4 | -6/+6 |
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 70 | -70/+70 |
* | replace "Mandrake Linux" with "Mandrakelinux" | Pascal Rigaux | 2004-07-19 | 1 | -5/+5 |
* | umount nfs directory if an error occurs too | Olivier Blin | 2004-07-13 | 1 | -2/+2 |
* | don't forget to umount ISO images | Olivier Blin | 2004-07-13 | 1 | -3/+9 |
* | it is again stupid to use a ramdisk if the install location isn't | Olivier Blin | 2004-07-13 | 1 | -1/+1 |
* | fix segfault when hostname resolves as weird name without any dot (for | Olivier Blin | 2004-07-13 | 1 | -11/+26 |
* | fix blino fix | Pascal Rigaux | 2004-07-06 | 1 | -2/+2 |
* | add missing slash in Mandrake Move image location | Olivier Blin | 2004-07-06 | 1 | -1/+1 |
* | doing basename is dumb (is blino too?), really make the symlink relative | Pascal Rigaux | 2004-07-06 | 2 | -4/+7 |
* | - when the directory is bad, go back to choose another directory instead of c... | Pascal Rigaux | 2004-07-06 | 1 | -6/+6 |
* | properly handle error return code in nfs install | Olivier Blin | 2004-07-05 | 1 | -0/+2 |
* | rephrase previous patch, with correct indentation this time | Olivier Blin | 2004-07-01 | 1 | -12/+4 |
* | add a slash at beginning of the given directory if not already present (ftp a... | Olivier Blin | 2004-07-01 | 1 | -3/+14 |
* | stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.conf | Pascal Rigaux | 2004-07-01 | 1 | -1/+1 |
* | properly handle "back" behavior in mirror list step | Olivier Blin | 2004-06-29 | 1 | -2/+2 |
* | do not unset automatic if mirror list selection fails, we know it wasn't auto... | Olivier Blin | 2004-06-29 | 1 | -3/+1 |
* | remove http proxy settings from interface structure, that was really dumb | Olivier Blin | 2004-06-29 | 2 | -27/+12 |
* | allow to use a specific ACNAME for pppoe connections | Olivier Blin | 2004-06-29 | 3 | -6/+13 |
* | variable declaration fixes (spotted by neofutur) | Olivier Blin | 2004-06-29 | 3 | -3/+3 |
* | fix typo | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
* | do not use ramdisk in nfs install | Olivier Blin | 2004-06-25 | 1 | -1/+2 |
* | add missing include for basename() | Olivier Blin | 2004-06-25 | 1 | -0/+1 |
* | use relative symlink to image location in disk/nfs install, to have a working... | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
* | unset automatic in ftp/http install when ramdisk can't be loaded | Olivier Blin | 2004-06-25 | 1 | -1/+4 |
* | use new http_proxy variables instead of the old answers (not anymore available) | Olivier Blin | 2004-06-25 | 1 | -2/+2 |
* | don't redefine buf for /proc/scsi/scsi (size 5000 instead of 2048) | Nicolas Planel | 2004-06-24 | 1 | -1/+0 |
* | 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 |