Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display more data about hard disks (geometry, number of primary/extended | Thierry Vignaud | 2004-06-14 | 1 | -0/+14 |
| | | | | | partitions) | ||||
* | ethernet card detection: only rely on driver for matching ethernet cards, thus | Thierry Vignaud | 2004-06-14 | 1 | -7/+2 |
| | | | | | | | | preventing mislisting of other/unwanted devices (eg: bluetooth, wlan, AX25). last but not least, it enables us to catch ldetect/ldetect-lst/detect_devices bugs where some devices are *not* seen by drakx and drakconnect. | ||||
* | remove useless filtering in bridges detection code since proper filtering (for | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | | | | | dobles) is already done at the upper level. | ||||
* | fix misdetection of nvidia nforce ethernet cards (broken since forcedeth | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | | | | | replaced nvnet on 2004-01-21 in MDK10's ldetect-lst) | ||||
* | revert previous change, do not use sudo for mkisofs (I suck) | Olivier Blin | 2004-06-11 | 1 | -1/+1 |
| | |||||
* | use sudo as well for mkisofs | Olivier Blin | 2004-06-11 | 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 ↵ | Olivier Blin | 2004-06-11 | 2 | -25/+58 |
| | | | | the interface is up, so that they can be used to fetch the mirror list | ||||
* | merge lost hunk | Thierry Vignaud | 2004-06-11 | 1 | -2/+2 |
| | |||||
* | s/_([xy])\b/_\1\1/ so that cperl-mode is happier | Thierry Vignaud | 2004-06-11 | 1 | -14/+14 |
| | |||||
* | make draksplash work again... | Thierry Vignaud | 2004-06-11 | 1 | -24/+25 |
| | |||||
* | 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 |
| | | | | in /proc | ||||
* | let the user choose between ISO images containing a stage2 installer if a ↵ | Olivier Blin | 2004-06-11 | 1 | -2/+58 |
| | | | | directory containing ISO images has been specified | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-06-10 | 1 | -1/+1 |
| | |||||
* | - hde is ide/host1/bus0/target0/lun0, and not ide/host0/bus2/target0/lun0 | Pascal Rigaux | 2004-06-10 | 1 | -3/+5 |
| | | | | | - add host in hd struct for bus ide | ||||
* | use new product name (Mandrakelinux) | Olivier Blin | 2004-06-10 | 1 | -1/+1 |
| | |||||
* | add olivier blin | Thierry Vignaud | 2004-06-10 | 1 | -0/+1 |
| | |||||
* | first lan step: replace the "manual choice" string by the more | Thierry Vignaud | 2004-06-10 | 1 | -2/+2 |
| | | | | | meaningfull "manually load a driver" | ||||
* | first lan step: do not compare translated strings, use format callback | Thierry Vignaud | 2004-06-10 | 1 | -3/+3 |
| | |||||
* | merge with sound-scripts (we should really just use | Thierry Vignaud | 2004-06-10 | 1 | -2/+2 |
| | | | | | ../../../soft/sound-scripts/alsa_default.pl) | ||||
* | fix trainee suckiness | Olivier Blin | 2004-06-10 | 1 | -1/+1 |
| | |||||
* | (get) default to standard level; else security::msec won't be able to | Thierry Vignaud | 2004-06-10 | 1 | -1/+1 |
| | | | | | | load any values when level is not set (thus resulting in an empty draksec GUI) | ||||
* | ntfs support in install from disk (on nplanel request, but to actually work, ↵ | Olivier Blin | 2004-06-10 | 3 | -2/+7 |
| | | | | it would need the BOOT kernels to include the ntfs module) | ||||
* | in move, use stg1_info_message() instead of stg1_error_message() not to ↵ | Olivier Blin | 2004-06-09 | 1 | -1/+1 |
| | | | | disable MODE_AUTOMATIC | ||||
* | fix bad glob in upload_only | Pascal Rigaux | 2004-06-09 | 1 | -4/+4 |
| | |||||
* | - install ATI_GLX-utils (from cdcom) | Pascal Rigaux | 2004-06-09 | 1 | -2/+2 |
| | | | | | - remove drakperm and draksec (not useful in Mandrakemove) | ||||
* | 10-43mdk | Thierry Vignaud | 2004-06-09 | 1 | -1/+20 |
| | |||||
* | rule live_tree_boot calls clps, no need to do it twice | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | Bugzilla #9877 - deal with kernel ring buffer that is flooded with msgs | Stew Benedict | 2004-06-08 | 1 | -3/+3 |
| | | | | | for tape device detection. | ||||
* | in ftp install, display a mirror list (fetched from ↵ | Olivier Blin | 2004-06-08 | 1 | -0/+7 |
| | | | | http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror (next try, I suck Pixel said) | ||||
* | in ftp install, display a mirror list (fetched from ↵ | Olivier Blin | 2004-06-08 | 1 | -1/+149 |
| | | | | http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror | ||||
* | 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 ↵ | Olivier Blin | 2004-06-08 | 1 | -0/+15 |
| | | | | mdkinst live location (they won't be used by the installer, but if they aren't here, they probably won't be in the mdkinst tarball) | ||||
* | list only the requested file in ftp_get_filesize() instead of the whole ↵ | Olivier Blin | 2004-06-08 | 2 | -2/+3 |
| | | | | directory (the buffer happens to be too small sometimes), make this function available for other modules | ||||
* | fix typo causing "Out of memory" | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | add rafael | Thierry Vignaud | 2004-06-08 | 1 | -0/+1 |
| | |||||
* | kill dead code | Thierry Vignaud | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 6 | -8/+8 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-06-08 | 1 | -1/+1231 |
| | |||||
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 5 | -5/+5 |
| | |||||
* | - obsolete: gnome-vfs-extras xanim nist mtv gatos mokmod | Pascal Rigaux | 2004-06-08 | 1 | -65/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ghostscript-utils tetex-latex-arab-doc sgml-tools ghostscript-module-SVGALIB kdenetwork-kit ApacheJServ cameleo unarj unstuff postgresql-python mercury NVIDIA_nforce* fonts-type1-baltic gnorpm - obsolete games: xtrojka bunnies xgammon xpuzzles 7colors xrally gtulpas gtkgo - obsolete and the new one is auto required: MAKEDEV - xine-oss xine-xv are in xine-plugins which is required by xine-ui - gatos is no more, replacing with ati.2 (??) - replace php with php-cgi (??) - replace scanner-gui with xsane and "KDE kdegraphics-kooka" - replace clispp2c with clisp (??) - replace autoconf with autoconf2.1 - replace automake with automake1.4 - switch to gimp2_0 - everybuddy is now ayttm - gimp-plugin is no more, but adding gimp-help - Epplets is now epplets (since a lot of time) - mandrake-galaxy is now mandrakegalaxy - prelude is now prelude-manager - kdenetwork-kmail is now kdepim-kmail (same for kdepim-korn and kdepim-knode) - many XFree86-* are now xorg-x11-*, others are removed (the old XFree3 servers) - libxfree86-devel is now libxorg-x11-devel - libxfree86-static-devel is now libxorg-x11-static-devel - tight-vnc-doc is now tightvnc-doc - php-manual is now php-manual-{en,fr,...} - sketch is now skencil - libgr-progs is now netpbm - MySQL-devel is now libmysqlXX-devel - replace xkobo with skobo - fix typo for xtraceroute (bad layout for flag 3D) - libiw27 instead of libiw26 - libhpojip0 instead of libhpojip | ||||
* | add "Active Directory" authentication (alpha code) | Pascal Rigaux | 2004-06-08 | 1 | -22/+202 |
| | |||||
* | hid is missing (and not needed) on kernel 2.6.7.0.rc2 | Pascal Rigaux | 2004-06-07 | 1 | -1/+1 |
| | |||||
* | - fix build on gcc 3.4 | Pascal Rigaux | 2004-06-07 | 1 | -2/+3 |
| | | | | | - much nicer detection of wether $ARCH/Makefile.add modifies CFLAGS or not | ||||
* | 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 ↵ | Pascal Rigaux | 2004-06-07 | 2 | -12/+5 |
| | | | | | | | we are running on a live box or not. So set testing to 0 | ||||
* | updated pot file | Pablo Saratxaga | 2004-06-07 | 1 | -1321/+1339 |
| | |||||
* | remove some FIXME comments | Damien Chaumette | 2004-06-04 | 1 | -3/+2 |
| | |||||
* | switch ONBOOT to on/off for isdn and adsl connections | Damien Chaumette | 2004-06-04 | 1 | -0/+5 |
| |